Skip to content

Instantly share code, notes, and snippets.

@koji
Created July 12, 2016 20:23
Show Gist options
  • Save koji/4cb34295e5958c515e57687e7553f8f6 to your computer and use it in GitHub Desktop.
Save koji/4cb34295e5958c515e57687e7553f8f6 to your computer and use it in GitHub Desktop.
alias for pryrc debug
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