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

Cannot inspect contents of QMap on Symbian

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes