byebug
Byebug is a Ruby 2.0 debugger. It's implemented using the Ruby 2.0 TracePoint C API. The C extension was forked from debase whereas the rest of the gem was forked from debugger. The core component provides support that front-ends can build on. It provides breakpoint handling, bindings for stack frames among other things.
Types
Docs
Guides
Zeitwerk
Namespace
Optimized
1.1.1
David RodrÃguez, Kent Sibilev, and Mark Moseley
bundle add byebug
Getting Started
Learn more about the Byebug gem.
Playground
Test, play and inspect the gem for yourself