Reputation: 1061
After migration to QBS my QML debugging stopped working.
I made sure that:
Qt.declarative.qmlDebugging:true Qt.quick.qmlDebugging:true
Still QtCreator says:
Some breakpoints cannot be handled by the debugger languages currently active, and will be ignored.
QML debugging works with an old .pro
My system:
Upvotes: 2
Views: 2435
Reputation: 831
The upcoming 4.6 release of Qt Creator should be smarter about this and auto-enable the checkbox in the run settings if the one in the build settings gets enabled.
Upvotes: 0
Reputation: 1061
It's not so clear, but there are TWO checkboxes. One at the build step, and another one in the run step.
So to get QML Debugging working you have to check both of them.
I missed the one under the "Projects->Run->Debugger settings->Enable QML"
Upvotes: 6