IDkmRuntimeBreakpointConditionFailedReceived Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |