Breakpoints not working Qt Creator (Android)
-
wrote on 6 Apr 2023, 19:54 last edited by bataviasw 4 Jun 2023, 19:55
None of my breakpoints are working in Qt Creator after upgrading to Qt 6.5.0 (although I've unsuccessfully tried 6.4.3 as well) and the latest Qt Creator 10.0.0, they were working fine for Qt5 and an older NDK version.
I've done the usual, clean the build (even deleting the build folder), done all the updates and I'm using all the JDK & SDK & NDK versions as per this webpage: https://doc.qt.io/qt-6/android-getting-started.html
I'm definitely using the debug build ("CONFIG+=debug") but it seems to be a problem with adb or the debugger.
It takes a long time to load the project and eventually I get a message saying "CONNECT: success adb://3071RF3001000670:5039 platform: remote-android True" but I still don't get any breakpoints triggered after that. It doesn't even break at main().Anyone else experiencing this issue?
-
None of my breakpoints are working in Qt Creator after upgrading to Qt 6.5.0 (although I've unsuccessfully tried 6.4.3 as well) and the latest Qt Creator 10.0.0, they were working fine for Qt5 and an older NDK version.
I've done the usual, clean the build (even deleting the build folder), done all the updates and I'm using all the JDK & SDK & NDK versions as per this webpage: https://doc.qt.io/qt-6/android-getting-started.html
I'm definitely using the debug build ("CONFIG+=debug") but it seems to be a problem with adb or the debugger.
It takes a long time to load the project and eventually I get a message saying "CONNECT: success adb://3071RF3001000670:5039 platform: remote-android True" but I still don't get any breakpoints triggered after that. It doesn't even break at main().Anyone else experiencing this issue?
wrote on 10 Apr 2023, 17:40 last edited byJust a follow up, breakpoints are still not working.
I initially thought it was the firewall but it isn't, I tried a complete re-install of Qt, Android Studio, and JDK, still not hitting any breakpoints.
The debugger is attaching though, I get debug output to the console and everything works fine on Windows, just not on Android. Kinda difficult developing code if you can't debug, very frustrating. -
wrote on 27 Apr 2023, 20:24 last edited by
Same problem debugging android, Breakpoints were running on 6.3. but not on 6.5
-
wrote on 22 Feb 2024, 09:08 last edited by
is this project (QT Creator ) really DEAD for android? Any public statement on this?