Hi All, Since Qt5/QGIS2.99 I did not have any debug information anymore in my Debug builds when run from the terminal.
A pity because seeing for example the url's used for http requests for ows services helped me a lot to debug service problems. Found out that in Debian, but apparently also in Fedora, you now have to have a file: qtlogging.ini in ~/.config/QtProject So: touch ~/.config/QtProject/qtlogging.ini will make your debug builds give debug information again \o/ (I think "export QGIS_DEBUG=5" is not even needed anymore when you run a debug build) Regards, Richard Duivenvoorde see: https://forum.qt.io/topic/55645/solved-no-output-from-qdebug-why-not/10 http://doc.qt.io/qt-5/qloggingcategory.html _______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
