QML Debugging with Qt 6
-
Since recently migrating to Qt 6 I have found that QML debugging is basically unusable.
The debugger keeps breaking in qquickitem.cpp. Not only is there no breakpoint there but it often stopping on a comment line. The problem is that I am trying to debug the creation of a popup on clicking on something and this "breakpoint" triggers, capturing the focus and preventing me from ever getting to the point I want to debug.
Does this sound like a known issue and/or is there any workaround I could try?
This is not specific to the Qt Creator version because I was seeing the issue before and after an update I received the other day, and after another update today, to 19.0.0. So, it has happened in at least three versions of Qt Creator. The common thing is that it has been happening since the Qt 6 migration.
-
S SGaist has marked this topic as solved