class Byebug::Runner

def remote=(host_and_port)

def remote=(host_and_port)
  @remote ||= Byebug.parse_host_and_port(host_and_port)
  Byebug.start_client(*@remote)
end