dbgEventReason Enumeration
Visual Studio 2015
Specifies the reason for most debugging events.
Assembly: EnvDTE (in EnvDTE.dll)
| Member name | Description | |
|---|---|---|
| dbgEventReasonAttachProgram | Attached to program. | |
| dbgEventReasonBreakpoint | Breakpoint encountered. | |
| dbgEventReasonContextSwitch | Switch in context. | |
| dbgEventReasonDetachProgram | Program detached. | |
| dbgEventReasonEndProgram | Program ended. | |
| dbgEventReasonExceptionNotHandled | Unhandled exception encountered. | |
| dbgEventReasonExceptionThrown | Exception thrown. | |
| dbgEventReasonGo | Execution started. | |
| dbgEventReasonLaunchProgram | Program launched. | |
| dbgEventReasonNone | No reason. | |
| dbgEventReasonStep | Execution step. | |
| dbgEventReasonStopDebugging | Debugging stopped. | |
| dbgEventReasonUserBreak | Execution interrupted by user. |
dbgEventReason is used by the Debugger object's LastBreakReason property and by the Debugger event, OnEnterBreakMode.
Show: