How to Debug Java Application using VIM/GVIM?
Posted
by Techmaddy
on Stack Overflow
See other posts from Stack Overflow
or by Techmaddy
Published on 2009-02-13T07:28:28Z
Indexed on
2010/04/16
11:53 UTC
Read the original article
Hit count: 214
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.
© Stack Overflow or respective owner