smashingboxes / box_cutter

Box Cutter is inspired by thoughtbot's Suspenders. Just like Suspenders says, use Box Cutter if you're in a rush to build something amazing; don't use it if you like missing deadlines.
MIT License
4 stars 2 forks source link

Debugger or Byebug? #4

Closed leonelgalan closed 10 years ago

leonelgalan commented 10 years ago

https://github.com/cldwalker/debugger or https://github.com/deivid-rodriguez/byebug

BrandonMathis commented 10 years ago

pry?

iandonovan commented 10 years ago

You'll note that debugger does not work on Ruby 2.0 and above. Debugger literally says, "For 2.X Rubies, consider using Byebug." This is pretty open-and-shut, imo.

leonelgalan commented 10 years ago

Cool, I guess we'll go with byebug! @BrandonMathis, yeah the question was more between pry-byebug or pry-debugger.

reedlaw commented 10 years ago

I usually use byebug because it just works. Pry has a prettier output but it seems too buggy and often crashes.