<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I'm trying to get the qmljsdebugger functionality working for a PyQt 5.1.1 application on OSX. After taking all the steps outlined below I continue to get this error "QML Debugger: Ignoring "-qmljsdebugger=port:3030". Debugging has not been enabled." and I'm unable to connect from Qt Creator.<br><br>I've installed Qt 5.1.1 with all the options included via the OSX installer (on OSX 10.8.5) and also via Homebrew with the --developer flag. Both installs are in two separate locations.<br><br>I made sure sip was configured with the --debug flag before building PyQt5. I've tried building the latest source snapshot of PyQt 5.1.1 via:<br><br>python3 configure.py --debug<br><br>When I try to run my app from the command line I get the following error:<br><br>python3 app.py -qmljsdebugger=port:3030<br>"QML Debugger: Ignoring "-qmljsdebugger=port:3030". Debugging has not been enabled."<br><br>Additional steps taken: <br>- Also tried everything with Python 2.7.5. <br>- Verified my Qt5 install contains debug files and qmljsdebugger works correctly for a C++ QML/JS app.<br><br>cross posting this here and on stack overflow <br><a href="http://stackoverflow.com/questions/19470884/pyqt5-activating-qml-javascript-debugger-qmljsdebugger">http://stackoverflow.com/questions/19470884/pyqt5-activating-qml-javascript-debugger-qmljsdebugger</a><br><br><br>Thank you,<br><br>David</body></html>