DBGMODE 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.
Sets the desired mode of the debugger.
public enum class DBGMODE
public enum class DBGMODE
enum DBGMODE
public enum DBGMODE
type DBGMODE =
Public Enum DBGMODE
- Inheritance
-
DBGMODE
Fields
Name | Value | Description |
---|---|---|
DBGMODE_EncMask | -268435456 | Mask to filter DBGMODE_Enc. |
DBGMODE_Design | 0 | Design mode; no code execution allowed. |
DBGMODE_Break | 1 | Stopped. |
DBGMODE_Run | 2 | Attached to application and running. |
DBGMODE_Enc | 268435456 | High order bit indicates Edit and Continue mode. |
Remarks
COM Signature
From vsshell.idl: