DkmRuntimeInstance.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.
BeforeEnableNewStepper is called by the stepping manager before a new stepper is enabled. This gives runtimes the ability to do any initialization that might be required such as performing pre-step function evaluations.
Location constraint: API must be called from a Monitor component (component level < 100,000).
public:
void BeforeEnableNewStepper(Microsoft::VisualStudio::Debugger::Stepping::DkmStepper ^ Stepper);
public void BeforeEnableNewStepper (Microsoft.VisualStudio.Debugger.Stepping.DkmStepper Stepper);
member this.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.