DEV Community

Discussion on: How do YOU debug

Collapse
 
storrence88 profile image
Steven Torrence

Pry Rails is a must for me when working with Ruby. Debugger that allows me to stop the code and peek around and test variables. Plus it makes the console format better and with color!

github.com/rweng/pry-rails