当断点绑定或变为未绑定
当断点不能在则必须调用该 IDebugPendingBreakpoint2:: CanBind 方法,绑定时间,并创建断点的时间都不同。
调用的方法
会议调试管理器 (SDM)调用下列方法:
IDebugEngine2:: CreatePendingBreakpoint。 DE 返回 IDebugPendingBreakpoint2。
IDebugPendingBreakpoint2:: 绑定 方法并返回 S_OK。 DE 发送 IDebugBreakpointBoundEvent2 或 IDebugBreakpointErrorEvent2。
验证的IDebugBreakpointBoundEvent2:: GetPendingBreakpoint 和 IDebugBreakpointBoundEvent2:: EnumBoundBreakpoints 方法并获取绑定断点。