class Byebug::CommandProcessor

def at_catchpoint(exception)

def at_catchpoint(exception)
  puts "Catchpoint at #{context.location}: `#{exception}'"
end