<div dir="ltr">Hey Pete,<div><br></div><div>Thanks, I was able to build PyQt5 with the debug flag and debug with Qt Creator.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 7, 2016 at 11:43 AM, Hans-Peter Jansen <span dir="ltr"><<a href="mailto:hpj@urpla.net" target="_blank">hpj@urpla.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Mittwoch, 7. Dezember 2016 10:46:44 Cody Scott wrote:<br>
> I'm wondering if it is possible to use the Qt Creator debugger to debug QML.<br>
><br>
> I see that there was an old thread on this mailing list (from 2013) and<br>
> someone was able to get it to work.<br>
><br>
> <a href="https://riverbankcomputing.com/pipermail/pyqt/2013-October/033373.html" rel="noreferrer" target="_blank">https://riverbankcomputing.<wbr>com/pipermail/pyqt/2013-<wbr>October/033373.html</a><br>
><br>
> Here is the code, just a simple Python and QML file.<br>
><br>
> <a href="https://github.com/Siecje/pyqt5-qml-debug" rel="noreferrer" target="_blank">https://github.com/Siecje/<wbr>pyqt5-qml-debug</a><br>
<br>
</div></div>If you build PyQt with the debug flag, the Qt QML debugging infrastructure<br>
gets enabled.<br>
<br>
I haven't done QML debugging myself, but know about this, because I take care<br>
about the packaging of PyQt in openSUSE, where all packages are built with<br>
debugging enabled in order to produce debuginfo packages. Hence I've applied a<br>
patch to disable the QML debugging for PyQt, since this could generate a<br>
security issue for production systems..<br>
<br>
Pete<br>
______________________________<wbr>_________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
<a href="https://www.riverbankcomputing.com/mailman/listinfo/pyqt" rel="noreferrer" target="_blank">https://www.<wbr>riverbankcomputing.com/<wbr>mailman/listinfo/pyqt</a></blockquote></div><br></div>