Android debugging stopping in disassembly in Qt Creator [your +1 is needed]
-
I took the time and reported this issue at Google https://issuetracker.google.com/issues/417622862
Notice that there is a
+1
button, which might bring some attention about the issue.At QTCREATORBUG-32937 - Native debugging on Android 15 lands in disassember I've added a bandaid, but it's not the fix.
In this case Google's help is needed, they know why their platform behaves like does...
-
We have a fix for the Android debugging going to disassembly. It's as simple as setting
settings set plugin.jit-loader.gdb.enable off
in Preferences > Debugger > GDB > Additional Attach Commands!With this debugging is fast, and reliable. It doesn't stop in disassembly anymore. 🥳
-
C cristian-adam referenced this topic
-
We have a fix for the Android debugging going to disassembly. It's as simple as setting
settings set plugin.jit-loader.gdb.enable off
in Preferences > Debugger > GDB > Additional Attach Commands!With this debugging is fast, and reliable. It doesn't stop in disassembly anymore. 🥳