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
2010-02-14 12:33:35
I'll check it out.
Robert S. Barnes
2010-02-14 16:27:13
+2
A:
This is a decent plugin with some debugger integration: http://www.vim.org/scripts/script.php?script_id=556.
Jeff Ober
2010-02-14 17:08:52
Does this play well with things like OmniComplete and SuperTab?
Robert S. Barnes
2010-02-22 07:22:33