Created
July 12, 2016 20:23
-
-
Save koji/4cb34295e5958c515e57687e7553f8f6 to your computer and use it in GitHub Desktop.
alias for pryrc debug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if defined?(PryByebug) | |
Pry.commands.alias_command 'c', 'continue' | |
Pry.commands.alias_command 's', 'step' | |
Pry.commands.alias_command 'n', 'next' | |
Pry.commands.alias_command 'f', 'finish' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment