After migration to QBS my QML debugging stopped working.
I made sure that:
- I'm building a debug build, C++ debugging works
- I've checked "Enable QML Debugging" in qt creator's Project tab
- I've even tried to add qbs properties manually
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:
- Linux archlinux 4.15.7-1-ARCH
- QBS 1.10.1
- Qt 5.10.1