eDebuggerTypes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Types of debuggers available to C++ projects.
public enum class eDebuggerTypes
public enum class eDebuggerTypes
enum eDebuggerTypes
public enum eDebuggerTypes
type eDebuggerTypes =
Public Enum eDebuggerTypes
- Inheritance
-
eDebuggerTypes
Fields
Name | Value | Description |
---|---|---|
eLocalDebugger | 0 | Local machine. |
eRemoteDebugger | 1 | Remote machine |
eWebSvcDebugger | 2 | Web service debugging. |
eClusterDebugger | 3 | Only API cluster debugging. |
eWebBrowserDebugger | 4 | Web browser debugging. |
eDebuggerTypeLast | 5 | Not used. |
Remarks
Used by the DebuggerFlavor property.