-
gem install ruby-debug
-
Add the following to wherever you need a breakpoint:
require ‘ruby_debug’; debugger -
Debug away
This is much faster and more usable than standard debug.
gem install ruby-debug
Add the following to wherever you need a breakpoint:
require ‘ruby_debug’; debugger
Debug away
This is much faster and more usable than standard debug.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs