module Byebug::VarFunctions

def var_instance(where)

def var_instance(where)
  obj = bb_eval(where)
  var_list(obj.instance_variables, obj.instance_eval { binding })
end