当断点绑定或变为未绑定

当断点不能在则必须调用该 IDebugPendingBreakpoint2:: CanBind 方法,绑定时间,并创建断点的时间都不同。

调用的方法

会议调试管理器 (SDM)调用下列方法:

  1. IDebugEngine2:: CreatePendingBreakpoint。 DE 返回 IDebugPendingBreakpoint2

  2. IDebugPendingBreakpoint2:: 启用

  3. IDebugPendingBreakpoint2:: 活动

  4. IDebugPendingBreakpoint2:: 绑定 方法并返回 S_OK。 DE 发送 IDebugBreakpointBoundEvent2IDebugBreakpointErrorEvent2

  5. 验证的IDebugBreakpointBoundEvent2:: GetPendingBreakpointIDebugBreakpointBoundEvent2:: EnumBoundBreakpoints 方法并获取绑定断点。

请参见

概念

调用调试器事件