How to debug Dalvik executable on Android using GDB?

I want to debug an Android application using GDB, I have no source code, and I'm used to GDB. Does anyone know how to do this? It seems I will need to connect to the application process and use gdbserver, but I really have not found a good tutorial on how to do this ...

Thanks!

+4
source share

All Articles