共用方式為


IDebugErrorBreakpoint2

這個介面表示錯誤或警告中斷點,例如無效的位置、 無效的運算式或為什麼暫止中斷點擁有未繫結 (程式碼不會載入尚未等等) 的原因。

IDebugErrorBreakpoint2 : IUnknown

實作器注意事項

偵錯引擎會實作這個介面支援中斷點的一部分。 這個介面用來報告問題,以及繫結中斷點。

呼叫者的備忘稿

呼叫IDebugBreakpointErrorEvent2::GetErrorBreakpoint會取得這個介面。 此介面也可能會傳回 (部分清單,以表示為IEnumDebugErrorBreakpoints2介面) 呼叫IDebugPendingBreakpoint2::CanBindIDebugPendingBreakpoint2::EnumErrorBreakpoints

方法 Vtable 順序

下表顯示的方法IDebugErrorBreakpoint2

方法

描述

IDebugErrorBreakpoint2::GetPendingBreakpoint

取得造成錯誤的暫止中斷點。

IDebugErrorBreakpoint2::GetBreakpointResolution

取得描述錯誤的中斷點錯誤解析度。

需求

標頭: msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

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

請參閱

參考

IDebugBreakpointErrorEvent2

IDebugBreakpointErrorEvent2::GetErrorBreakpoint

IEnumDebugErrorBreakpoints2

IEnumDebugErrorBreakpoints2::Next

IDebugPendingBreakpoint2

IDebugErrorBreakpointResolution2