class Byebug::RemoteInterface

def print(*args)

def print(*args)
  @socket.printf(*args)
end