IDkmBreakpointConditionProcessorClient.OnBreakpointConditionFailed 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当断点条件遇到运行时错误时,从断点条件处理器调用回断点管理器。
public:
void OnBreakpointConditionFailed(Microsoft::VisualStudio::Debugger::Breakpoints::DkmRuntimeBreakpoint ^ runtimeBreakpoint, System::String ^ errorMessage);
public void OnBreakpointConditionFailed (Microsoft.VisualStudio.Debugger.Breakpoints.DkmRuntimeBreakpoint runtimeBreakpoint, string errorMessage);
abstract member OnBreakpointConditionFailed : Microsoft.VisualStudio.Debugger.Breakpoints.DkmRuntimeBreakpoint * string -> unit
Public Sub OnBreakpointConditionFailed (runtimeBreakpoint As DkmRuntimeBreakpoint, errorMessage As String)
参数
- runtimeBreakpoint
- DkmRuntimeBreakpoint
中调试监视器支持的低级别断点对象。
- errorMessage
- String
中要向用户显示的消息。