IDkmRuntimeDataBreakpointHitNotification Interface
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.
IDkmRuntimeDataBreakpointHitNotification is implemented by components that want to listen for the RuntimeDataBreakpointHit event. IDkmRuntimeDataBreakpointHitNotification is invoked after all implementations of IDkmRuntimeDataBreakpointHitReceived. When this notification is called, the target process is stopped and implementers are able to either inspect the process or cause it to execute in a controlled manner (slip, func-eval).
Provides notification that a runtime data breakpoint breakpoint has been hit.
RuntimeDataBreakpointHit 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, RuntimeId, SourceId.
This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTM).
public interface class IDkmRuntimeDataBreakpointHitNotification
public interface IDkmRuntimeDataBreakpointHitNotification
type IDkmRuntimeDataBreakpointHitNotification = interface
Public Interface IDkmRuntimeDataBreakpointHitNotification
Methods
OnRuntimeDataBreakpointHit(DkmRuntimeBreakpoint, DkmThread, Boolean, String, DkmEventDescriptorS) |
OnRuntimeDataBreakpointHit is invoked as part of event processing. See interface definition for more information. |