IDkmDataBreakpointErrorInfoClient Interface

Definition

Interface for data breakpoints failing after they have been bound.

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 IDkmDataBreakpointErrorInfoClient
public interface IDkmDataBreakpointErrorInfoClient
type IDkmDataBreakpointErrorInfoClient = interface
Public Interface IDkmDataBreakpointErrorInfoClient

Methods

OnError(DkmRuntimeBreakpoint, DkmBreakpointMessageLevel, String)

This method will be called when an breakpoint has been invalid and needs to inform the UI.

Applies to