IDebugErrorBreakpointResolution2
此接口表示断点错误的解析。
语法
IDebugErrorBreakpointResolution2 : IUnknown
实现者须知
调试引擎将此接口作为对断点的支持的一部分实现。 此接口用于报告断点无法绑定的位置。
对调用者的说明
对 GetBreakpointResolution 的调用返回此接口,提供有关断点无法绑定的位置的信息。 GetErrorBreakpoint 方法获取 IDebugErrorBreakpoint2 接口。
Vtable 顺序中的方法
下表显示了 IDebugErrorBreakpointResolution2
方法。
方法 | 说明 |
---|---|
GetBreakpointType | 获取断点类型。 |
GetResolutionInfo | 获取断点解析信息。 |
要求
标头:msdbg.h
命名空间:Microsoft.VisualStudio.Debugger.Interop
程序集:Microsoft.VisualStudio.Debugger.Interop.dll