IDebugBreakpointRequest2

此接口表示必需的信息创建和绑定任何类型的断点。

IDebugBreakpointRequest2 : IUnknown

实现者说明

会议调试管理器 (SDM)通常实现此接口。

调用方的说明

调试引擎 (DE)通过调用接收此接口来 IDebugEngine2:: CreatePendingBreakpoint 以创建挂起的断点。 为 IDebugPendingBreakpoint2:: GetBreakpointRequest 的调用可以从、检索此接口。

方法按 Vtable 顺序

下表显示 IDebugBreakpointRequest2方法。

方法

说明

IDebugBreakpointRequest2:: GetLocationType

获取该断点请求的断点位置类型。

IDebugBreakpointRequest2:: GetRequestInfo

获取描述该断点请求的断点请求信息。

备注

正在调试的程序后处理在程序中加载了,对 IDebugPendingBreakpoint2:: 绑定 绑定的调用请求的位置挂起的断点。

要求

标题:msdbg.h

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

程序集:Microsoft.VisualStudio.Debugger.Interop.dll

请参见

参考

IDebugEngine2:: CreatePendingBreakpoint

IDebugPendingBreakpoint2:: GetBreakpointRequest

IDebugPendingBreakpoint2:: 绑定