DkmRuntimeInstance.StopStep(DkmStepper) Method

Definition

StopStep is called by the stepping manager when the process is being continued to clear out any remaining stepping state for a stepper.

Location constraint: API must be called from a Monitor component (component level < 100,000).

public:
 void StopStep(Microsoft::VisualStudio::Debugger::Stepping::DkmStepper ^ Stepper);
public void StopStep (Microsoft.VisualStudio.Debugger.Stepping.DkmStepper Stepper);
member this.StopStep : Microsoft.VisualStudio.Debugger.Stepping.DkmStepper -> unit
Public Sub StopStep (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