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.