IDkmSteppingManager.BeforeEnableNewStepper(DkmStepper) Method

Definition

Called by the stopping event manager before a step operation actually begins The stopping event manager will notify all runtime instances so they can setup any necessary state before the the stopping event manager starts blocking function evaluations.

public:
 void BeforeEnableNewStepper(Microsoft::VisualStudio::Debugger::Stepping::DkmStepper ^ stepper);
public void BeforeEnableNewStepper (Microsoft.VisualStudio.Debugger.Stepping.DkmStepper stepper);
abstract member BeforeEnableNewStepper : Microsoft.VisualStudio.Debugger.Stepping.DkmStepper -> unit
Public Sub BeforeEnableNewStepper (stepper As DkmStepper)

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.

Applies to