I\'m looking for a way to easily debug C code in an Android NDK application using Eclipse. I\'ve read ways to debug the app using gdb or something similar but what I want i
An alternative solution (using a debugger) is explained here:
How can I effectively debug C code that's wrapped with JNI in Eclipse? (Android Dev)