dbgEventReason Enum

Definition

Specifies the reason for most debugging events.

public enum class dbgEventReason
public enum class dbgEventReason
enum dbgEventReason
[System.Runtime.InteropServices.Guid("4106C580-C146-11D2-8AD1-00C04F79E479")]
public enum dbgEventReason
[<System.Runtime.InteropServices.Guid("4106C580-C146-11D2-8AD1-00C04F79E479")>]
type dbgEventReason = 
Public Enum dbgEventReason
Inheritance
dbgEventReason
Attributes

Fields

dbgEventReasonAttachProgram 3

Attached to program.

dbgEventReasonBreakpoint 9

Breakpoint encountered.

dbgEventReasonContextSwitch 13

Switch in context.

dbgEventReasonDetachProgram 4

Program detached.

dbgEventReasonEndProgram 6

Program ended.

dbgEventReasonExceptionNotHandled 11

Unhandled exception encountered.

dbgEventReasonExceptionThrown 10

Exception thrown.

dbgEventReasonGo 2

Execution started.

dbgEventReasonLaunchProgram 5

Program launched.

dbgEventReasonNone 1

No reason.

dbgEventReasonStep 8

Execution step.

dbgEventReasonStopDebugging 7

Debugging stopped.

dbgEventReasonUserBreak 12

Execution interrupted by user.

Remarks

dbgEventReason is used by the Debugger object's LastBreakReason property and by the Debugger event, OnEnterBreakMode.

Applies to