Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies an action to take in a debug session.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("77940E85-BCE0-443D-8B77-F5BD841A211E")> _
Public Enumeration dbgExecutionAction
[GuidAttribute("77940E85-BCE0-443D-8B77-F5BD841A211E")]
public enum dbgExecutionAction
[GuidAttribute(L"77940E85-BCE0-443D-8B77-F5BD841A211E")]
public enum class dbgExecutionAction
[<GuidAttribute("77940E85-BCE0-443D-8B77-F5BD841A211E")>]
type dbgExecutionAction
public enum dbgExecutionAction
Members
| 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. |