Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |