Byebug is a Ruby debugger. It's implemented using the TracePoint C API for execution control and the Debug Inspector C API for call stack navigation. The core component provides support that front-ends can build on. It provides breakpoint handling and bindings for stack frames among other things and it comes with an easy to use command line interface.
Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution.
Additional commands for Byebug that skip over garbage frames
Implements a Debug Adapter Protocol interface for Byebug
Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution.
A Ruby gem for debugging a Rails app running on Phusion Passenger.
Minitest plugin that starts a byebug session on test failures
Colorize some Byebug output
Remove byebug tag before push your code in repos.
ByebugTrap catches invocations of 'byebug' left in your code, and attempts to let your code continue running without blowing up into a steamy stack dump.
pry-doc + pry-docmore + pry-byebug + pry-stack_explorer + pry-rescue + bond + jist
Implements same API as byebug gem but performs no-op.