IDkmSteppingManagerCallback11a.IsExceptionInFlight(DkmStepper) Method

Definition

Gets the flag on the DkmStepper that states if a runtime monitor believes an exception is currently in flight during this step. This can be used by runtime monitors to change the behavior of stepping.

public:
 bool IsExceptionInFlight(Microsoft::VisualStudio::Debugger::Stepping::DkmStepper ^ stepper);
public bool IsExceptionInFlight (Microsoft.VisualStudio.Debugger.Stepping.DkmStepper stepper);
abstract member IsExceptionInFlight : Microsoft.VisualStudio.Debugger.Stepping.DkmStepper -> bool
Public Function IsExceptionInFlight (stepper As DkmStepper) As Boolean

Parameters

stepper
DkmStepper

[In] DkmStepper represents a request to step a thread. It facilitates shared object lifetime between the various runtime debug monitors that participate in stepping.

Returns

[Out] If true, the exception in flight flag is set. If false, it is cleared.

Applies to