DBGMODE Enumeration
Sets the desired mode of the debugger.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration DBGMODE
public enum DBGMODE
public enum class DBGMODE
type DBGMODE
public enum DBGMODE
Members
Member name | Description | |
---|---|---|
DBGMODE_Break | Stopped. | |
DBGMODE_Design | Design mode; no code execution allowed. | |
DBGMODE_Enc | High order bit indicates Edit and Continue mode. | |
DBGMODE_EncMask | Mask to filter DBGMODE_Enc. | |
DBGMODE_Run | Attached to application and running. |
Remarks
COM Signature
From vsshell.idl: