dbgEventReason2 Enumeration
Visual Studio 2015
Specifies the reason for most debugging events.
Assembly: EnvDTE80 (in EnvDTE80.dll)
| Member name | Description | |
|---|---|---|
| dbgEventReason2AttachProgram | Program was attached. | |
| dbgEventReason2Breakpoint | Breakpoint was hit. | |
| dbgEventReason2ContextSwitch | User switched stackframes, threads, or processes. | |
| dbgEventReason2DetachProgram | Program was detached. | |
| dbgEventReason2EndProgram | Program ended. | |
| dbgEventReason2Evaluation | An evaluation occurred. | |
| dbgEventReason2ExceptionNotHandled | An exception was not handled. | |
| dbgEventReason2ExceptionThrown | An exception was thrown. | |
| dbgEventReason2Go | Debugging continued. | |
| dbgEventReason2LaunchProgram | Program was launched. | |
| dbgEventReason2None | Deprecated. Not in use. | |
| dbgEventReason2Step | Step into debugger occurred. | |
| dbgEventReason2StopDebugging | Process being debugged has been terminated or detached. | |
| dbgEventReason2UnwindFromException | After an exception has occurred, the state has been reset to the state prior to when the exception was thrown. | |
| dbgEventReason2UserBreak | User hits break. |
Used by the Debugger object's LastBreakReason property and by the Debugger event OnEnterBreakMode.
Show: