can you post a github link to your vimrc? curious to see all the different plugins and settings.
@videouploader16777218 жыл бұрын
I really enjoyed the presentation, thank you! I have a question though... usually IDEs have debuggers (setting break points, stepping through the script, seeing the call stack and the values of the variables, etc.), does vim or some vim plugin have that kind of functionality for Perl 5?
@slugworth8 жыл бұрын
There is a visual debugger for vim that works for perl, python, ruby, etc.. Here is the project: github.com/joonty/vdebug To get it working with Perl you need to install a dependency called Komodo. I have not personally tried to get this working but the documentation looks pretty straightforward: github.com/joonty/vdebug/blob/master/doc/Vdebug.txt#L315