Posts tagged with “python”

Looking for another vdebug maintainer

Back in 2011 I created the Vdebug plugin for Vim, which provides a visual debugger interface for debuggers that support the DBGP protocol, the main one being Xdebug for PHP. I created it mostly for myself, as I wasn’t happy with the other plugins out there. At the time I was almost entirely developing in PHP, but Python was the first language that I really enjoyed, so Vdebug was an opportunity to return to it.

Read more →

Evaluate ruby (or any command) and insert into Vim buffers

Something I commonly want to do is evaluate a bit of code and insert the result into my Vim window. For example, if I want to generate a 40-character UID, I could use ruby’s SecureRandom class:

Read more →

Vdebug: a DBGP debugger client for Vim supporting PHP, Python, Perl and Ruby

To download Vdebug, go to https://github.com/joonty/vdebug

Read more →