IDkmRuntimeStepper.NotifyStepComplete(DkmRuntimeInstance, DkmStepper) Method

Definition

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

public:
 void NotifyStepComplete(Microsoft::VisualStudio::Debugger::DkmRuntimeInstance ^ runtimeInstance, Microsoft::VisualStudio::Debugger::Stepping::DkmStepper ^ stepper);
public void NotifyStepComplete (Microsoft.VisualStudio.Debugger.DkmRuntimeInstance runtimeInstance, Microsoft.VisualStudio.Debugger.Stepping.DkmStepper stepper);
abstract member NotifyStepComplete : Microsoft.VisualStudio.Debugger.DkmRuntimeInstance * Microsoft.VisualStudio.Debugger.Stepping.DkmStepper -> unit
Public Sub NotifyStepComplete (runtimeInstance As DkmRuntimeInstance, stepper As DkmStepper)

Parameters

runtimeInstance
DkmRuntimeInstance

[In] The DkmRuntimeInstance class represents an execution environment which is loaded into a DkmProcess and which contains code to be debugged.

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