Debug QML plugin
-
Hi
I'm currently trying to debug a QML plugin. For now I can only build in release otherwise the qmlviewer don't want it. And I need to specify in my project what executable I used ( qmlviewer) and the command argument for it.Then organize all my source. Finally, I manage to make all this work (define import path, qmldir,...). But this doesn't allow me to debug just run . I will also need to rebuild Qt to have a debug qmlviewer and then redo all this work with other lib and stuff.
So I'm asking is there a simple way to debug qml plugin. For now it's really hard and it should only be a click on debug icon, then selection of the main qml file, maybe a working dir. But maybe I'm missing something ?