QML Debugging Server Listening
-
Hi all,
I compiled the QML debug server into my application using
QT_QML_DEBUGand when I start the app I seeQML debugging is enabled. Only use this in a safe environment.but I don't see anything about it listening on a port. I'm usingCMaketo build and running the application like so:
my-app -qmljsdebugger=port:3768,blockI don't see any port listening when I use
netstat. Any ideas how to get it listening?Thanks
Matt