class DEBUGGER__::Session

def add_catch_breakpoint pat, cond: nil

def add_catch_breakpoint pat, cond: nil
  bp = CatchBreakpoint.new(pat, cond: cond)
  add_bp bp
end