Question about Qt Creator with gdb 8.3.
-
Bug. Qt Creator does not showing default composite types like std::string in the debugging window "< not accessible >". I think guilty gdb 8.3. The trouble appear in Qt Creator 4.9.2, gcc 9.1.0. Tested on OpenSuse Tumbleweed and Arch. With gdb 8.2 trouble not exist.
-
Bug. Qt Creator does not showing default composite types like std::string in the debugging window "< not accessible >". I think guilty gdb 8.3. The trouble appear in Qt Creator 4.9.2, gcc 9.1.0. Tested on OpenSuse Tumbleweed and Arch. With gdb 8.2 trouble not exist.
Hi @vladimir_anik,
I think the problem is GCC 9 resp. the corresponding libraries.
It seems the
std::string
data format has changed, and therefore no visualizing is possible. Please comment and vote at QTCREATORBUG-22753Regards