Is there a good command line debugger for java?
I gave JDB a chance, but the command line interface sucks. If I want to change the last line and rethink it, I will have to retype the entire line. Hitting [UP-ARROW] just gives me "^ [[A". There is also no completion for package / class / methodnames.
GDB is a good alternative, but I don't know how to debug it remotely.
I have Maven / Vim Setup and you want to use the console debugger for java, is there any way to integrate GDB or another good debugger into this setup?
Greetings Sven
Svenk source share