class Byebug::RemoteInterface

def confirm(prompt)

def confirm(prompt)
  super("CONFIRM #{prompt}")
rescue Errno::EPIPE, Errno::ECONNABORTED
  false
end