class Byebug::Context

def at_breakpoint(breakpoint)


Breakpoint handler
def at_breakpoint(breakpoint)
  processor.at_breakpoint(breakpoint)
end