Ruby byebug

From wikinotes

A third party debugger for ruby. Modeled after gdb.

TODO:

add quick reference notes -- ex: how to start byebug?

Documentation

github https://github.com/deivid-rodriguez/byebug
commands ref https://github.com/deivid-rodriguez/byebug#byebugs-commands

Install

gem install byebug