How can I debug JNI code on my device! I turn on debugging and Im able to successfully set breakpoints in Java and can debug using Eclipse.
But when it comes to my JNI C / C ++ code, I can't debug! Eclipse does not receive any feedback on the breakpoints that I set.
Please, help!
ps: Im using Android SDK 2.3.4, NDK r5b on MacOS Snow Leopard
source
share