IDkmRuntimeDataBreakpointHitReceived 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.
IDkmRuntimeDataBreakpointHitReceived is implemented by components that want to listen for the RuntimeDataBreakpointHit event. IDkmRuntimeDataBreakpointHitReceived is invoked before IDkmRuntimeDataBreakpointHitNotification. From within this notification, it is not possible to cause the target process to execute (no func-eval, no slipping).
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 IDkmRuntimeDataBreakpointHitReceived
public interface IDkmRuntimeDataBreakpointHitReceived
type IDkmRuntimeDataBreakpointHitReceived = interface
Public Interface IDkmRuntimeDataBreakpointHitReceived
Methods
OnRuntimeDataBreakpointHitReceived(DkmRuntimeBreakpoint, DkmThread, Boolean, String, DkmEventDescriptorS) |
OnRuntimeDataBreakpointHitReceived is invoked as part of event processing. See interface definition for more information. |