QML debugger hangs at startup
-
Hi,
I'm having problems getting QML debugging working. I've enabled QML and C++ debugging options but when start an app in debug mode, that startup hangs. In the debugger view I can spot the following"QML Debugger: No application output received in time, trying to connect ..."
If I disable the QML debugging, the app runs fine, but only C++ debugging is available. Any idea?
I'm using Ubuntu 14.04, Qt 5.4, and QtCreator 3.3The puzzling thing is that QML debugging used to work previously, but something has changed. I recently updated from Qt 5.3->5.4 and QtCreator 3.2 -> 3.3, but I can't recall if the issue happened after the update or not (i..e whether it's update related or not)
Kari