dbgExecutionAction Enumeration
Visual Studio 2015
Specifies an action to take in a debug session.
Assembly: EnvDTE (in EnvDTE.dll)
| 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. |
Show: