views:

171

answers:

2

Is there a way to get Perl's debugger and gVim to work together on Linux? I.e. step through code in gVim and see the values of watched variables controlling the debugger from within gVim?

+2  A: 

You can try this vim script: http://vim.sourceforge.net/scripts/script.php?script_id=663 for debug perl scripts in your vim editor.

Dreadatour
I'll check it out.
Robert S. Barnes
+2  A: 

This is a decent plugin with some debugger integration: http://www.vim.org/scripts/script.php?script_id=556.

Jeff Ober
Does this play well with things like OmniComplete and SuperTab?
Robert S. Barnes
Dunno. I don't use them.
Jeff Ober