I have a C++ program for android that I would like to debug by running line by line (stepping through) in the same way I can using gdb on Linux from terminal and have it also print out all the current variables and their values at each step. Is this possible and how would I accomplish this? Please note the c++ program is not built from any IDE, just using terminal commands. I see a lot of stuff listed such as ndk-gdb, but I'm not really sure where to start.
Asked
Active
Viewed 1,601 times
2
-
Have you looked at this? http://stackoverflow.com/questions/10534367/how-to-get-ndk-gdb-working-on-android – Man Vs Code Apr 19 '13 at 19:18