Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You need to use GDB for debugging naive code in Eclipse, where GDB itself has remote debugging features. You can refer these link1, link2 and link3 for Eclipse setup using GDB Otherwise you can do this simply by command line using ndk-build and ndk-gdb. See this question for more information.

Hope these helpful...