Byebug: The One Bug You Actually Want!

Source: Tulsa Health Department

Debugging is the process of finding (and correcting) errors in a computer program. When programmers think that the program may have an error, they debug the program. They look for an error, and when they find it, they try to correct it so the program will work correctly. This improves the quality of the product. — Wikipedia

gem 'byebug'
rails s 
Should look familiar!

Note: There is a gem called ‘pry-byebug’ that combines the power of Byebug and the Pry REPL! Find it here.

--

--

Software Engineering Student at Flatiron

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store