IDebugErrorBreakpointResolution2

這個介面代表斷點錯誤的解決方式。

語法

IDebugErrorBreakpointResolution2 : IUnknown

實作者的注意事項

偵錯引擎會實作這個介面,做為其支援斷點的一部分。 這個介面可用來報告斷點無法繫結的位置。

呼叫端注意事項

呼叫 GetBreakpointResolution 會傳回這個介面,以提供斷點無法系結之位置的相關信息。 GetErrorBreakpoint 方法會取得 IDebugErrorBreakpoint2 介面。

依照 Vtable 順序的方法

下表顯示 IDebugErrorBreakpointResolution2 方法。

方法 描述
GetBreakpointType 取得斷點類型。
GetResolutionInfo 取得斷點解析資訊。

需求

標頭:msdbg.h

命名空間:Microsoft.VisualStudio.Debugger.Interop

元件:Microsoft.VisualStudio.Debugger.Interop.dll

另請參閱