This plugin creates an integrated debugging environment in VIM.
Installation instructions: http://jaredforsyth.com/blog/2010/jul/16/installing-vim-debug/
Tested Environments
Ubuntu Karmic
- PHP w/ xdebug
- Python w/ PyDBGb (my fork of activestate's code)
if you test it on other operating systems/configurations, please tell me about it in the comments
Features:
- integration with xdebug
- step (into/over/out)
- live stack view
- breakpoint set/remove
- watch expressions
- display scope variables
Planned:
- conditional breakpoints
And here's a screenshot: [full size]