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 class dbgExecutionAction

Member nameDescription
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.

Return to top
Show: