예제 #1
0
 public int SetPassCount(BP_PASSCOUNT bpPassCount)
 {
     DLog.Debug(DContext.VSDebuggerComCall, "DebugBoundBreakpoint.SetPassCount");
     if (IsDeleted)
     {
         return(HResults.E_BP_DELETED);
     }
     return(pendingBreakpoint.SetPassCount(bpPassCount));
 }