Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The current state of the debugger within the development environment. dbgDebugMode is used by the CurrentMode property of the Debugger object.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("E940C60A-C68F-11D2-8AD6-00C04F79E479")> _
Public Enumeration dbgDebugMode
[GuidAttribute("E940C60A-C68F-11D2-8AD6-00C04F79E479")]
public enum dbgDebugMode
[GuidAttribute(L"E940C60A-C68F-11D2-8AD6-00C04F79E479")]
public enum class dbgDebugMode
[<GuidAttribute("E940C60A-C68F-11D2-8AD6-00C04F79E479")>]
type dbgDebugMode
public enum dbgDebugMode
Members
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. |
Remarks
The debugger can be in either Design mode, Break mode, or Run mode.