This topic has not yet been rated - Rate this topic

dbgExecutionAction Enumeration

Specifies an action to take in a debug session.

Namespace: EnvDTE
Assembly: EnvDTE (in envdte.dll)

[GuidAttribute("77940E85-BCE0-443D-8B77-F5BD841A211E")] 
public enum dbgExecutionAction
/** @attribute GuidAttribute("77940E85-BCE0-443D-8B77-F5BD841A211E") */ 
public enum dbgExecutionAction
GuidAttribute("77940E85-BCE0-443D-8B77-F5BD841A211E") 
public enum dbgExecutionAction
  Member name Description
dbgExecutionActionDefault Perform the default execution action 
dbgExecutionActionGo Start execution. 
dbgExecutionActionRunToCursor Continue execution, stopping at the cursor. 
dbgExecutionActionStepInto Step into the next function. 
dbgExecutionActionStepOut Step out of the current function. 
dbgExecutionActionStepOver Step over the next function 
dbgExecutionActionStopDebugging Stop debugging. 
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ