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.

C++/CX
public interface class IDkmBoundBreakpointHitReceived

Methods

OnBoundBreakpointHitReceived(DkmBoundBreakpoint, DkmThread, Boolean, DkmEventDescriptorS)

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

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022