class Byebug::RestartCommand

def prepend_byebug_bin(cmd)

def prepend_byebug_bin(cmd)
  cmd.unshift(bin_file) if Byebug.mode == :standalone
  cmd
end