Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.