1. gem install ruby-debug
2. Add the following to wherever you need a breakpoint:
require 'ruby_debug'; debugger
3. Debug away
This is much faster and more usable than standard debug.
···
--
Alex
1. gem install ruby-debug
2. Add the following to wherever you need a breakpoint:
require 'ruby_debug'; debugger
3. Debug away
This is much faster and more usable than standard debug.
--
Alex