Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
Qt Creator 2.2.0
-
None
-
Windows XP sp3, Qt 4.7.2 using win32-msvc2008
Description
Seems to be the following of this bug:
http://bugreports.qt.nokia.com/browse/QTCREATORBUG-3148
To test if the new QMLJS debugger works for QtQuick applications, I use the minehunt example. Then I rebuild it and link it with QML debugging library (checking the "link QML debugging library" in the qmake build step). Then I run it checking the QML debugger and the C++ debugger in the run settings.
When running, a dialog appears: "Could not connect to in-process QML debugger: The application is not set up for QML/JS debugging".
For information I can debug pure QML UI using QmlViewer (all my helpers are built).