IDkmBoundBreakpointHitReceived Interface

Definition

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

Provides notification that a bound breakpoint (DkmBoundBreakpoint) has been hit. Bound breakpoints are the high-level breakpoint objects. Notification for the low level breakpoints (DkmRuntimeBreakpoint) is obtained through the RuntimeBreakpoint event.

BoundBreakpointHit 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, CompilerVendorId, EngineId, LanguageId, SourceId.

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

Methods

OnBoundBreakpointHitReceived(DkmBoundBreakpoint, DkmThread, Boolean, DkmEventDescriptorS)

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

Applies to