IDebugBreakpointRequest3

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

IDebugBreakpointRequest3 : IDebugBreakpointRequest2

实现者说明

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

调用方的说明

此接口通过调用 IDebugBreakpointRequest2 接口的 QueryInterface 在调用收到对 IDebugEngine2:: CreatePendingBreakpoint的调试引擎 (DE)访问。

方法按 Vtable 顺序

除了从 IDebugBreakpointRequest2 继承的方法之外,IDebugBreakpointRequest3 接口还公开以下方法。

方法

说明

IDebugBreakpointRequest3:: GetRequestInfo2

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

备注

此接口用于提供附加信息。 DE 通过 BP_REQUEST_INFO2 结构。 此附加信息包括 DE 的供应商 ID (使用 GUID 的形式),跟踪点的名称和断点约束的名称。

要求

标题:msdbg.h

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

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

请参见

参考

IDebugBreakpointRequest2

BP_REQUEST_INFO2