class Byebug::RemoteInterface

def read_command(prompt)

def read_command(prompt)
  super("PROMPT #{prompt}")
rescue Errno::EPIPE, Errno::ECONNABORTED
  "continue"
end