Share via


IDkmBreakpointManagerNotification176 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 6 (DkmApiVersion.VS17Update6).

public interface IDkmBreakpointManagerNotification176
type IDkmBreakpointManagerNotification176 = interface
Public Interface IDkmBreakpointManagerNotification176

Methods

OnBreakpointMessage(DkmPendingBreakpoint, DkmBreakpointMessageLevel, DkmBreakpointSuggestedFix, Byte, String)

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

Applies to