How to debug an Dalvik executable on Android with

2020-05-29 13:16发布

I want to debug an android application using GDB, I do not have the source code and I am used to GDB. Would anyone know how to do that? It seems I would need to attach to the process of the application and use gdbserver but I have not really found a good tutorial on how to do that...

Thanks!