Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
Qt Creator 12.0.0, Qt Creator 13.0.0
-
None
-
intel/arm64 macOS
Xcode 15.2
macOS Sonoma 14.3.1
lldb-1500.0.200.58
Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
Qt dev and Qt 6.6.2
====
Ubuntu 23.10
-
-
87ca7882c (13.0)
Description
Add the following code to a Qt project, and set a breakpoint on the cout statement.
QPair<QString, QString> pair; pair.first = QString("a"); pair.second = QString("b"); std::cout << "hi\n";
Observe that the QPair debugger dumper does not work, the value is shown as <not accessible>
Attachments
For Gerrit Dashboard: QTCREATORBUG-30538 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
549330,4 | Debugger: Fix QPair dumping | 13.0 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |