I have a piece of code that uses JNI. I can debug code written in Java directly in Eclipse (using ADT). I even have a script that help me debug my own code with gdb. However, this is not very convenient for this.
Is it possible to configure Eclipse to use gdb (I think gdbserver) to debbuging native Android applications? Do you know where I can find a description of this?
source
share