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
eLocalDebugger Local machine.
eRemoteDebugger Remote machine
eWebSvcDebugger Web service debugging.
eClusterDebugger Only API cluster debugging.
eWebBrowserDebugger Web browser debugging.
eDebuggerTypeLast Not used.

Remarks

Used by the DebuggerFlavor property.

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace