DkmRuntimeInstance.NotifyStepComplete(DkmStepper) Method

Definition

NotifyStepComplete is called by the stepping manager on all non-controlling runtime instances when a step is complete.

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

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