Debugging on Android
-
Hi,
I have some great trouble to debug on Android. I am using Qt Creator 2.8.1 (Qt 5.1.1) on Linux. It is possible for me to deploy the app to my device without problems and as such this works fine.
If I try to compile a debug build and run in the emulator I am able to set a breakpoint in my main.cpp and single-step from here. I am, however, not able to evaluate any internal expressions/variables and not able to jump into any subfunction calls from my main.cpp function either.
I have also tried to deploy a debug build to my target, but then I get a pop-up message saying "This does not seem to be a Debug build.". Like in the emulator I am able to single-step from a breakpoint in my main.cpp but again not able to evaluate any internal variables and also not able to debug any subfunctions.Any help would be appreciated.
Best regards