I successfully debugged an Android app with jdb today. But I found that jdb is not as convenient as gdb for me: the convenience and functionality provided by jdb are significantly inferior to those provided by gdb.
Are there any better Java debuggers you can use in command line mode to select? Preferably, it would be as powerful, convenient, and functional as gdb for regular programs, but for Java.
Again, I'm not interested in anything that is part of some development environment. This should be a command line tool such as gdb. I use vim to edit my code, not the IDE.
source
share