class Byebug::InfoCommand

def info_global_variables(*args)

def info_global_variables(*args)
  return errmsg "\"info global_variables\" not available here.\n" unless
    @state.context
  var_global
end