# File lib/ruby-debug/commands/inspect.rb, line 17
    def execute
      obj = debug_eval(@match.post_match)
      InspectCommand.reference_result(obj)
      @printer.print_inspect(obj)
    end