module Byebug::VarFunctions

def var_global

def var_global
  var_list(global_variables.reject { |v| [:$=, :$KCODE, :$-K].include?(v) })
end