[PyQt] Proper way to use debug Qt frameworks in dev sysroot?

Patrick Stinson patrickkidd at gmail.com
Fri Aug 10 07:01:42 BST 2018


Hello!

What is the proper way to build a fully debug dev sysroot for debugging the QtCode? I built qt with -debug-and-release, python with —py-debug, and then both sip and PyQt5 with —debug. But the python exe still loads the release binaries inside the Qt frameworks.

I also tried setting DYLD_IMAGE_SUFFIX=_debug before runtime but no dice.

Thanks!
-Patrick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20180809/36969fff/attachment.html>


More information about the PyQt mailing list