eDebuggerTypes Enumeration

Types of debuggers available to C++ projects.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Public Enumeration eDebuggerTypes
public enum eDebuggerTypes
public enum class eDebuggerTypes
type eDebuggerTypes
public enum eDebuggerTypes

Members

Member name Description
eClusterDebugger Only API cluster debugging.
eDebuggerTypeLast Not used.
eLocalDebugger Local machine.
eRemoteDebugger Remote machine
eWebBrowserDebugger Web browser debugging.
eWebSvcDebugger Web service debugging.

Remarks

Used by the DebuggerFlavor property.

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace