Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 3.0.1
-
None
-
Arch Linux x86-64
Qt 5.2.1
-
2e167b4b9334a4eaa972eac168033b91f34ed40f
Description
If you start debugging a Qt Quick 2 project on a remote device (e.g. another Linux system), QML debugging doesn't work. It seems it is missing the -qmljsdebugger argument when launching the program on the remote device.
If you add -qmljsdebugger=port:10001,block to the Run arguments, QML debugging works.