Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-31330

[REG 13.0 -> 14.0] QString 5.14.2 dumper no longer working

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • Qt Creator 14.0.0
    • Debugger
    • None
    • Linux/X11

    Description

      Qt 5.14 QString cannot be decoded, Qt 5.15 QString works fine.
      Snippet:

      #include <QString>
      
      int main(int argc, char *argv[])
      {
      	const QString s = "Hello World";
      
      	return 0;
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              hjk hjk
              aha_1980 André Hartmann
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes