Example #1
0
 public void bp_match(DebuggerCore debugger, BreakPoint bp, Expression expr = null)
 {
     debugger.SetBreakPointMatchCondition(bp, expr);
 }