IDkmSingleStepCompleteReceived Interface

Definition

IDkmSingleStepCompleteReceived is implemented by components that want to listen for the SingleStepComplete event. IDkmSingleStepCompleteReceived is invoked before IDkmSingleStepCompleteNotification. From within this notification, it is not possible to cause the target process to execute (no func-eval, no slipping).

Sent when single stepping a thread is complete.

SingleStepComplete events can be suppressed by calling DkmEventDescriptorS.Suppress().

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, SourceId.

public interface class IDkmSingleStepCompleteReceived
public interface class IDkmSingleStepCompleteReceived
__interface IDkmSingleStepCompleteReceived
public interface IDkmSingleStepCompleteReceived
type IDkmSingleStepCompleteReceived = interface
Public Interface IDkmSingleStepCompleteReceived

Methods

OnSingleStepCompleteReceived(DkmSingleStepRequest, DkmEventDescriptorS)

OnSingleStepCompleteReceived is invoked as part of event processing. See interface definition for more information.

Applies to