Qt Creator doesn't show values for QObjects when debugging
-
When the debugger stops at a breakpoint, values for QObjects (QString, QList, etc...) are shown as addresses even when they are not pointers/references, and even when they've been explicitly initialized.
I've made sure that "Use Debugging Helpers" is enabled in the Debugger options, but it makes no difference.
My System:
Debian Bookworm (testing)
Qt Creator 9.0.1
Qt 6.4.2+dfsg-3 -
When the debugger stops at a breakpoint, values for QObjects (QString, QList, etc...) are shown as addresses even when they are not pointers/references, and even when they've been explicitly initialized.
I've made sure that "Use Debugging Helpers" is enabled in the Debugger options, but it makes no difference.
My System:
Debian Bookworm (testing)
Qt Creator 9.0.1
Qt 6.4.2+dfsg-3 -
S Snowdrop has marked this topic as solved on