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 | |
---|---|---|
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.