예제 #1
0
 /// <summary>
 /// Called when this breakpoint has been reset.
 /// </summary>
 void IDebugBoundBreakpoint.OnReset()
 {
     // Remove from pending breakpoint
     pendingBreakpoint.RemoveBoundBreakpoint(this);
 }