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

Cannot inspect contents of QMap on Symbian

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • None
    • Qt Creator 2.1.0-rc1
    • Windows Vista x64

    Description

      I have a QMap in my code:

      QMap<QString, QString> someMap;
      
      someMap.insert("1", "one");
      someMap.insert("2", "two");
      someMap.insert("3", "three");
      

      When I break in the last of these lines, Creator shows "<2 Elements>". When I try to expand this and to see these two elements, the string changes to "<unavailable synchronous data>".

      This is a regression, it works fine in 2.0.1.

      Attachments

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

        Activity

          People

            jaggernod Paweł Polański
            rlohning Robert Löhning
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes