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

pretty printers with CDB are broken

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • Qt Creator 3.0.0-rc1
    • Debugger
    • win7 + MSVC2010

    Description

      Code comes from qtcreator_src\tests\manual\debugger\simple\simple_test_app.cpp

      QString fromRawData does not work correctly on Qt 5.2

              QChar data[] = { 'H', 'e', 'l', 'l', 'o' };
              QString str1 = QString::fromRawData(data, 4);
              QString str2 = QString::fromRawData(data + 1, 4);
      

      QDir and QUrl does not work with Qt 5.2

      and with Qt 4.8.x QUrl does not work.

      Attachments

        1. debugger_fun.jpg
          81 kB
          Tim Jenssen
        2. pretty_printed_qdir.jpg
          61 kB
          Tim Jenssen

        Issue Links

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

          Activity

            People

              davschul David Schulz
              tjenssen Tim Jenssen
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes