- 
    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)
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>