class Byebug::Context

def at_catchpoint(exception)


Catchpoint handler
def at_catchpoint(exception)
  processor.at_catchpoint(exception)
end