Uploaded image for project: 'Qt Visual Studio Tools'
  1. Qt Visual Studio Tools
  2. QTVSADDINBUG-1051

Qt5 QHash pretty printer not working

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P2: Important
    • None
    • 2.9.1 (rev.06)
    • Debug/test integration
    • Visual Studio 2022, Windows 11

    Description

      As shown in the attached image, the Qt Visual Studio plugin doesn't properly print a QHash:

          QHash<QString, QVector<double> > complexData;
          complexData["foo"] = QVector<double>() << 1 << 2 << 3 << 4 << 5;
      

      it seems to work for a plain QString, so I'm unsure what's going wrong here. this used to work in older versions of the plugin I believe

      if it matters: note that I don't have a full VS project up and running, instead i just ran

      devenv /debugexe somebinary.exe
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ali.demiralp Ali Can Demiralp
            milianw Milian Wolff
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes