class Byebug::InfoCommand

def info_instance_variables(*args)

def info_instance_variables(*args)
  return errmsg "\"info instance_variables\" not available here.\n" unless
    @state.context
  obj = debug_eval('self')
  var_list(obj.instance_variables)
end