Problems with Open-Source Downloads read https://www.qt.io/blog/problem-with-open-source-downloads and https://forum.qt.io/post/638946
QML Debugging Server Listening
-
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