DEV Community

Discussion on: Why I use Vim

Collapse
 
aminmansuri profile image
hidden_dude

I'm heavily influenced by the book "Writing Solid Code" by Steve MacGuire.

In the book he argues that developers shouldn't run their code, they should debug it in a graphical debugger (even if there's no problem). Its a great way to inspect the code as it executes.

Thats why having an IDE with no integrated debugger is a bit of a show stopper for me.