class Byebug::VarInstanceCommand

def execute

def execute
  obj = debug_eval(@match.post_match.empty? ? 'self' : @match.post_match)
  var_list(obj.instance_variables, obj.instance_eval{binding()})
end