0 out of 1 rated this helpful - Rate this topic

dbgDebugMode Enumeration

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)

[GuidAttribute("E940C60A-C68F-11D2-8AD6-00C04F79E479")] 
public enum dbgDebugMode
/** @attribute GuidAttribute("E940C60A-C68F-11D2-8AD6-00C04F79E479") */ 
public enum dbgDebugMode
GuidAttribute("E940C60A-C68F-11D2-8AD6-00C04F79E479") 
public enum dbgDebugMode
  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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Advertisement