Pry Debug

PHOTO EMBED

Fri Apr 21 2023 15:16:34 GMT+0000 (Coordinated Universal Time)

Saved by @chelobotix #prydebug

require 'pry'

//break point add
binding.pry

//bundler
gem 'pry', '~> 0.13.1'
gem 'pry-byebug'

//go to next line
step
https://github.com/deivid-rodriguez/pry-byebug
content_copyCOPY