Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.9.2, Qt Creator 4.11.0-rc1
-
None
-
-
0cdea406061fe1bad0ab577adab0e0dc9b3b73dc (qt-creator/qt-creator/4.11)
Description
When compiling with GCC/G++ 9 the debugger in qtcreator-4.9.2 shows std::string as <not accessible>. When swithing back to GCC/G++ 8 the strings are shown as expected in the debugger. Turning on or off "pretty printers" or "Use dynamic object..." does not help.
If I use gdb directly on both GCC/G++ 8 & 9 generated binaries the strings are shown as expected (with p).
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-23142 Pretty-printing of std::string and other types broken
- Closed
-
QTCREATORBUG-23234 std::string dumper is broken
- Closed
-
QTCREATORBUG-23383 Qt Creator does not show std::string nor std::wstring in debugger
- Closed