DEV Community

Discussion on: Vim Is The Perfect IDE

Collapse
 
perrydbucs profile image
Perry Donham

Not a snarky comment, I'm truly curious: How tough is to do debug tasks (set breakpoints, view/modify variables, etc)?

Collapse
 
allanmacgregor profile image
Allan MacGregor 🇨🇦

Closest thing you get to an IDE debugging support would be something like github.com/vim-vdebug/vdebug which supports PHP, Python, Ruby, Perl, Tcl and NodeJS.