class Byebug::CatchCommand

def clear

def clear
  Byebug.catchpoints.clear if confirm(pr("catch.confirmations.delete_all"))
end