class Byebug::CommandProcessor

def safely

def safely
  yield
rescue StandardError => e
  errmsg(e.message)
end