class Byebug::RemoteInterface

def readline(prompt)

def readline(prompt)
  puts(prompt)
  (input.gets || "continue").chomp
end