How can I get Perl's debugger and gVim to work together on Linux?
Is there a way to get Perl's debugger and gV开发者_StackOverflow中文版im 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?
You can try this vim script: http://vim.sourceforge.net/scripts/script.php?script_id=663 for debug perl scripts in your vim editor.
This is a decent plugin with some debugger integration: http://www.vim.org/scripts/script.php?script_id=556.
精彩评论