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

pretty printers with CDB are broken

XMLWordPrintable

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

      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.

        1. debugger_fun.jpg
          81 kB
          Tim Jenssen
        2. pretty_printed_qdir.jpg
          61 kB
          Tim Jenssen
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes