DEFRA / waste-carriers-frontend

Waste Carrier Registrations Frontend Code
Other
1 stars 1 forks source link

Remove byebug and swap it with pry-byebug #230

Closed cintamani closed 5 years ago

cintamani commented 5 years ago

byebug has a very similar interface as gdb, but byebug does not use the powerful Pry REPL. binding.pry uses Pry, but lacks some of the byebug features. pry-byebug brings some capabilities byebug to binding.pry, so using that, will give you the most debugging powers.

Credits: https://docs.gitlab.com/ee/development/pry_debugging.html#byebug-vs-bindingpry