Share via


IDkmBreakpointManagerNotification174 Interface

Definition

This interface is implemented by components that add breakpoints to the breakpoint manager (such as the AD7 AL). This allows a component to be notified when the breakpoint manager binds a breakpoint or detects a breakpoint error or warning.

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.

This API was introduced in Visual Studio 17 Update 4 (DkmApiVersion.VS17Update4).

public interface IDkmBreakpointManagerNotification174
type IDkmBreakpointManagerNotification174 = interface
Public Interface IDkmBreakpointManagerNotification174

Methods

OnBreakpointMessage(DkmPendingBreakpoint, DkmBreakpointMessageLevel, DkmBreakpointSuggestedFix, String)

Notification from the breakpoint manager concerning the status of binding the breakpoint.

Applies to