Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the different Ruby debugging plugins for VIM?

I've tried a few Vim debugging tools for Ruby, but they are littered with bugs (as far as i can tell). Anyone know of a really stable debugger for Ruby & Vim?

like image 787
btelles Avatar asked Jan 17 '11 22:01

btelles


1 Answers

Did you try vim-ruby-debugger? It should work fine on Linux/Mac OS X. I'm a developer of that debugger, so if you have any problems with it - feel free to ask me. :)

like image 75
Yojik Avatar answered Sep 29 '22 07:09

Yojik