Qt 6.9.0 and debug information problem
-
wrote 13 days ago last edited by aha_1980
Hi,
I upgraded Qt from 6.7.2 to 6.9.0. In version 6.7.2, I could view the contents of QMap in the debugger,
but not in 6.9.0. Does anyone have the same problem? I'm using Microsoft Visual Studio 2022 on Windows 11? -
wrote 13 days ago last edited by
You have to install PDB debugging files.
-
@ollarch I don't think this is needed to see what is in a QMap
-
Hi,
I upgraded Qt from 6.7.2 to 6.9.0. In version 6.7.2, I could view the contents of QMap in the debugger,
but not in 6.9.0. Does anyone have the same problem? I'm using Microsoft Visual Studio 2022 on Windows 11?@Zbigniew-Sch There was a similar issue reported recently here. You should search for it, maybe it can help.
-
wrote 13 days ago last edited by
I can see all class variables (local), but not the contents of QList and QMap.
How can I update the "Qt Visual Studio Tools"? I can't find it. -
wrote 13 days ago last edited by
Sorry, I found it.
I have last version 3.3.1 of "Qt Visual Studio Tools"
7/7