共用方式為


IDebugBreakpointRequest2

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

IDebugBreakpointRequest2 : IUnknown

實作器注意事項

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

呼叫者的備忘稿

偵錯引擎 (DE) 接收到這個介面,透過呼叫IDebugEngine2::CreatePendingBreakpoint ,以建立暫止中斷點。 呼叫IDebugPendingBreakpoint2::GetBreakpointRequest可從 DE 擷取這個介面。

方法 Vtable 順序

下表顯示的方法IDebugBreakpointRequest2

方法

描述

IDebugBreakpointRequest2::GetLocationType

取得此中斷點要求的中斷點位置類型。

IDebugBreakpointRequest2::GetRequestInfo

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

備註

之後的程式進行偵錯載入器之後,呼叫IDebugPendingBreakpoint2::Bind會暫止中斷點繫結到要求的程式中的位置。

需求

標頭: msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

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

請參閱

參考

IDebugEngine2::CreatePendingBreakpoint

IDebugPendingBreakpoint2::GetBreakpointRequest

IDebugPendingBreakpoint2::Bind