JARD
JARD - Just Another Ruby Debugger based on Byebug & Pry
Used 32 times
N
Nick Gorbikoff
Usage
JARD - Just Another Ruby Debugger, see https://rubyjard.org/
Ruby Jard provides a rich Terminal UI that visualizes everything your need, navigates your program with pleasure, stops at matter places only, reduces manual and mental efforts. You can now focus on real debugging.
Ruby Jard's core is Byebug, combine with Pry REPL power. This brings battle-tested reliability, flexibility, and tons of cool features.
Run this command in your Rails app directory in the terminal:
rails app:template LOCATION="https://railsbytes.com/script/XLEsBG"
Template Source
Review the code before running this template on your machine.
gem_group :development, :test do
gem 'ruby_jard'
end