IDkmSteppingManager.BeforeEnableNewStepper(DkmStepper) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.