VimDebug integrates your favorite debugger with vim. it currently supports
gdb (the GNU debugger)
the perl debugger
pdb (the python debugger)
jdb (the java debugger)
more importantly, it is also an API for easily creating a debugger for your favorite language.
right now, the code has been tested on linux only and probably won't work on windows without cygwin. please let me know if this works or not on other platforms. (reported successes: linux, OSX)
this is a major release and should be much more functional than previous releases.
if you would like to help out send patches to vimDebug at iijo dot org. especially patches to make this stuff work with windows or other platforms or to add support for a whole new debugger or anything else! check out the TODO file if you are bored.
thanks,
eric
