module Kernel

def remote_byebug(host = "localhost", port = nil)

def remote_byebug(host = "localhost", port = nil)
  Byebug.spawn(host, port)
  Byebug.attach
end