module DEBUGGER__::GlobalVariablesHelper
def safe_global_variables
def safe_global_variables global_variables.reject{|name| SKIP_GLOBAL_LIST.include? name } end
def safe_global_variables global_variables.reject{|name| SKIP_GLOBAL_LIST.include? name } end