byebug

Ruby 2.0 fast debugger - base + CLI

Install

All systems
curl cmd.cat/byebug.sh
Debian Debian
apt-get install ruby-byebug
Ubuntu
apt-get install ruby-byebug
image/svg+xml Kali Linux
apt-get install ruby-byebug
Fedora
dnf install ruby-byebug
Windows (WSL2)
sudo apt-get update sudo apt-get install ruby-byebug
Raspbian
apt-get install ruby-byebug

ruby-byebug

Ruby 2.0 fast debugger - base + CLI

Byebug is a Ruby 2 debugger. It's implemented using the Ruby 2 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.

rubygem-byebug

Ruby 2.0 fast debugger - base + CLI