Want to step through code or continue / next?
1 |
gem install pry-nav |
And add these to ~/.pryrc
1 2 3 |
Pry.commands.alias_command 'c', 'continue' Pry.commands.alias_command 's', 'step' Pry.commands.alias_command 'n', 'next' |