class Byebug::LocalInterface
def readline(prompt, hist)
def readline(prompt, hist) Readline::readline(prompt, hist) rescue Interrupt => e print "^C\n" retry end
def readline(prompt, hist) Readline::readline(prompt, hist) rescue Interrupt => e print "^C\n" retry end