[QGIS-Developer] Debugging helpers in qt creator under python 3.11 -- solution

Nyall Dawson nyall.dawson at gmail.com
Sun Jan 29 20:03:43 PST 2023


Hey list,

Just in case anyone else is running into this Qt Creator bug : on
systems with Python 3.11 current Qt Creator versions have broken
debugging helpers, which means you can't see the contents of
QString/QList/... (making QGIS debug much more painful then it should
be!)

The bug is described here:
https://bugreports.qt.io/browse/QTCREATORBUG-28659  , with a patch
included in this comment
https://bugreports.qt.io/browse/QTCREATORBUG-28659?focusedCommentId=702724&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-702724
which you can apply directly to your Qt Creator install to fix the
issue for now.

Nyall


More information about the QGIS-Developer mailing list