When a Breakpoint Binds or Becomes Unbound
When a breakpoint cannot be bound at the time a call is made to the IDebugPendingBreakpoint2::CanBind method, the bind time and create time of the breakpoint are different.
Methods Called
The session debug manager (SDM) calls the following methods:
IDebugEngine2::CreatePendingBreakpoint. The DE returns an IDebugPendingBreakpoint2.
The IDebugPendingBreakpoint2::Bind method and returns S_OK. The DE sends an IDebugBreakpointBoundEvent2 or IDebugBreakpointErrorEvent2.
IDebugBreakpointBoundEvent2::GetPendingBreakpoint and IDebugBreakpointBoundEvent2::EnumBoundBreakpoints methods to verify and to get the bound breakpoints.