IEnumDebugBoundBreakpoints2
此接口枚举绑定断点与挂起的断点或断点绑定事件。
IEnumDebugBoundBreakpoints2 : IUnknown
实现者说明
调试引擎 (DE)实现此接口作为其一部分为断点支持。 此接口,如果断点支持,必须实现。
调用方的说明
Visual Studio 会调用:
获取此接口的IDebugBreakpointEvent2:: EnumBreakpoints 表示触发所有断点的列表。
获取此接口的IDebugBreakpointBoundEvent2:: EnumBoundBreakpoints 表示给所有断点的列表。
获取此接口的IDebugPendingBreakpoint2:: EnumBoundBreakpoints 表示任何断点列表绑定到该挂起的断点。
方法按 Vtable 顺序
下表显示 IEnumDebugBoundBreakpoints2方法。
方法 |
说明 |
---|---|
检索绑定断点指定数目的枚举序列的。 |
|
跳过绑定断点指定数目的枚举序列的。 |
|
重置枚举序列与开头。 |
|
创建包含枚举状态和枚举当前枚举数相同的枚举数。 |
|
获取绑定断点数在枚举数。 |
备注
Visual Studio 使用此接口表示的绑定断点更新断点在 IDE 中显示。
要求
标题:msdbg.h
命名空间:Microsoft.VisualStudio.Debugger.Interop
程序集:Microsoft.VisualStudio.Debugger.Interop.dll
请参见
参考
IDebugBreakpointBoundEvent2:: EnumBoundBreakpoints
IDebugPendingBreakpoint2:: EnumBoundBreakpoints
IDebugPendingBreakpoint2:: EnumBoundBreakpoints