共用方式為


IDebugBreakpointRequest3

這個介面表示建立與繫結任何中斷點類型的必要資訊。 這是副檔名為IDebugBreakpointRequest2

IDebugBreakpointRequest3 : IDebugBreakpointRequest2

實作器注意事項

工作階段偵錯管理員 (SDM) 通常會實作這個介面。

呼叫者的備忘稿

偵錯引擎 (DE) 存取這個介面,藉由呼叫QueryInterface IDebugBreakpointRequest2 介面收到的呼叫IDebugEngine2::CreatePendingBreakpoint

方法 Vtable 順序

除了繼承自 IDebugBreakpointRequest2 的方法之外,IDebugBreakpointRequest3 介面還會公開下列方法。

方法

描述

IDebugBreakpointRequest3::GetRequestInfo2

取得描述這個中斷點要求中斷點要求資訊。

備註

此介面用來提供其他資訊給透過 DE BP_REQUEST_INFO2結構。 這項額外資訊包含 DE 廠商識別碼 (以 GUID 形式表示的) 的追蹤點的名稱,中斷點的條件約束名稱。

需求

標頭: msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

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

請參閱

參考

IDebugBreakpointRequest2

BP_REQUEST_INFO2