QML Debugging Server Listening
Unsolved
QML and Qt Quick
-
Hi all,
I compiled the QML debug server into my application using
QT_QML_DEBUG
and 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 usingCMake
to build and running the application like so:
my-app -qmljsdebugger=port:3768,block
I don't see any port listening when I use
netstat
. Any ideas how to get it listening?Thanks
Matt