module Byebug
def start_client(host = "localhost", port = PORT)
Connects to the remote byebug
def start_client(host = "localhost", port = PORT) client.start(host, port) end
def start_client(host = "localhost", port = PORT) client.start(host, port) end