IDkmRuntimeBreakpointConditionFailedReceived Interface

Definition

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

Provides a notification that a runtime breakpoint was hit, but a breakpoint condition encounters a runtime error.

RuntimeBreakpointConditionFailed 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, EngineId, RuntimeId, SourceId.

This API was introduced in Visual Studio 16 Update 3 (DkmApiVersion.VS16Update3).

public interface class IDkmRuntimeBreakpointConditionFailedReceived
public interface IDkmRuntimeBreakpointConditionFailedReceived
type IDkmRuntimeBreakpointConditionFailedReceived = interface
Public Interface IDkmRuntimeBreakpointConditionFailedReceived

Methods

OnRuntimeBreakpointConditionFailedReceived(DkmRuntimeBreakpoint, DkmThread, String, DkmILFailureReason, DkmEventDescriptorS)

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

Applies to