module Byebug::VarFunctions

def var_class_self

def var_class_self
  obj = debug_eval('self')
  var_list(obj.class.class_variables, get_binding)
end