dbgDebugMode Enumeration
Visual Studio 2015
The current state of the debugger within the development environment. dbgDebugMode is used by the CurrentMode property of the Debugger object.
Assembly: EnvDTE (in EnvDTE.dll)
| Member name | Description | |
|---|---|---|
| dbgBreakMode | Break mode specifies that the debugger is running and has stopped at a break point. | |
| dbgDesignMode | Design mode specifies changes in code editing. | |
| dbgRunMode | Run mode specifies that the application being debugged is running. |
The debugger can be in either Design mode, Break mode, or Run mode.
Show: