If things look a little dusty around here, it's because I'm away on a mission for two years. I'll be back in August 2012, but in the mean time feel free to fork my projects on github.
Installing Vim Debug
Jul 16, 2010
by Jared

I've had a few people ask me for installations for vim-debug, which I guess is natural...I'm just not used to the whole "package maintainer" persona yet. Anyway, here it is.

http://jaredforsyth.com/media/uploads/images/install.png
sudo pip install dbgp
sudo pip install vim-debug
install-vim-debug.py

Note

To start your debugging session, you need a capital D. :Dbg. While you are in the session, you can use a lowercase, ex: :dbg break

Those three commands should do it for you.

I tested it on a completely fresh fedora 13 install, and devved on Ubuntu Karmic

I have no idea whether this will work on windows -- if you try it, be sure to tell me!

Thanks

blog comments powered by Disqus