[PyQt] [pyqtdeploy] Make built binary debuggable

Ilya Kulakov kulakov.ilya at gmail.com
Wed Oct 21 10:17:12 BST 2015


Hi Phil,

Here is another patch that makes compiled program debuggable e.g. via pydevd (Eclipse, PyCharm).
It also implements is_package, get_source and get_code according to PEP 302 so pdb-like should work as well (assuming they can map paths).

https://github.com/GreatFruitOmsk/pyqtdeploy/commit/071f0e0504279ee86bc3210d2c1f52bbd2d6a9f3.patch

Hope you won't forget to modify the contributions file :)


Best Regards,
Ilya Kulakov



More information about the PyQt mailing list