Hi guys, I wrote a toy which builds communications between VIM and
debuggers. The tool's main function is tracing the instruction pointer
in VIM while we debugging the program. That should be similar to Emacs's
Gud, I suppose. :)

Here it is:
http://lrc.sf.net/bride-0.1.1.tar.gz

And some screen shots:
http://lrc.sf.net/shot1.jpg
http://lrc.sf.net/shot2.jpg

"make && make install" will do all the jobs for you.
For more info, see ":h Bride" in VIM.

As the development just begins, it currently only supports two
debuggers: 'gdb' and 'pdb' (python's debugger), and was only tested on
OpenBSD.

Any comments are appreciated.

I'm not on misc@, please Cc me, thanks.

-- 
Dasn

Reply via email to