byebug & pry-byebug - Finally debugging in ruby 2.0!
Can’t use gem ‘debugger’ since you upgraded to Ruby 2.0? Next behaving like step? Checkout byebug or pry-byebug!
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Can’t use gem ‘debugger’ since you upgraded to Ruby 2.0? Next behaving like step? Checkout byebug or pry-byebug!
Comments
Ruby has a built-in debugger.
require 'debug'
You’re right, my post was misleading, I edited it.
Post a comment