IDebugBreakpointRequest3
此接口表示创建和绑定任何类型的断点所需的信息。 它是 IDebugBreakpointRequest2 的扩展。
语法
IDebugBreakpointRequest3 : IDebugBreakpointRequest2
实现者须知
会话调试管理器(SDM)通常实现此接口。
对调用者的说明
调试引擎 (DE) 通过在调用 CreatePendingBreakpoint 时收到的 IDebugBreakpointRequest2 接口调用 QueryInterface 来访问此接口。
Vtable 顺序中的方法
除了从 IDebugBreakpointRequest2 继承的方法外, IDebugBreakpointRequest3
接口还公开了以下方法。
方法 | 说明 |
---|---|
GetRequestInfo2 | 获取描述此断点请求的断点请求信息。 |
注解
此接口用于通过 BP_REQUEST_INFO2 结构向 DE 提供其他信息。 此附加信息包括 DE 的供应商 ID(以 GUID 的形式)、跟踪点的名称和断点约束的名称。
要求
标头:msdbg.h
命名空间:Microsoft.VisualStudio.Debugger.Interop
程序集:Microsoft.VisualStudio.Debugger.Interop.dll