DBGMODE Enumeration
Visual Studio 2015
Sets the desired mode of the debugger.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| 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. |
From vsshell.idl:
Show: