public void bp_break(DebuggerCore debugger, BreakPoint bp, Expression expr = null) { debugger.SetBreakPointBreakCondition(bp, expr); }