class Byebug::SaveCommand

def save_catchpoints(file)

def save_catchpoints(file)
  Byebug.catchpoints.each_key do |c|
    file.puts "catch #{c}"
  end
end