How to Debug Java Application using VIM/GVIM?
- by Techmaddy
I asked this question previously:
http://stackoverflow.com/questions/495268/any-good-tutorial-for-moving-from-eclipse-to-vim
From the inputs, I started using GVIM instead of Eclipse. I added ctags to it and I am able to navigate now comfortably.
Only problem left for me is "Debugging"? I tried searching for some links, and couldn't a useful one?
If anyone using or familiar with Java Debugging using vim/Gvim, can provide there inputs/ links/ tutorials, it would be very helpful.
Thanks in advance.