共用方式為


IDebugErrorBreakpointResolution2

這個介面表示解析度的中斷點時發生錯誤。

IDebugErrorBreakpointResolution2 : IUnknown

實作器注意事項

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

呼叫者的備忘稿

呼叫IDebugErrorBreakpoint2::GetBreakpointResolution會傳回這個介面來提供繫結中斷點失敗的相關資訊。 IDebugBreakpointErrorEvent2::GetErrorBreakpoint方法會取得IDebugErrorBreakpoint2介面。

方法 Vtable 順序

下表顯示的方法IDebugErrorBreakpointResolution2

方法

描述

IDebugErrorBreakpointResolution2::GetBreakpointType

取得中斷點的類型。

IDebugErrorBreakpointResolution2::GetResolutionInfo

取得中斷點的解析資訊。

需求

標頭: msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

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

請參閱

參考

IDebugErrorBreakpoint2

IDebugErrorBreakpoint2::GetBreakpointResolution

IDebugBreakpointErrorEvent2::GetErrorBreakpoint