Could anybody recommend me a good Ruby Debugger. Preferably one that
works in vim. I really like gdbtui for C programming, it saves me hours
of time, otherwise debugging using printf statements takes up so much
time. Could somebody recommend one that works right out of vim?
(requires some additional patches, see README, never got -ide working
with recent ruby, may require unix like environment due to
vim-addon-async - since recently there is a rb script which might work
on windows, too)
There may be more options, such as vdebug etc (I never used them)
Pay attention to the README files. Implementation may be incomplete.
In both cases you can pass commands to the debugger by the DEBUG buffer
(-> see vim-addon-async docs)