Skip to content

Commit ee2010c

Browse files
committed
chore(pryrc): add pry byebug aliases
1 parent 91fb958 commit ee2010c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pryrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
if defined?(PryByebug)
2+
Pry.commands.alias_command 'c', 'continue'
3+
Pry.commands.alias_command 's', 'step'
4+
Pry.commands.alias_command 'n', 'next'
5+
Pry.commands.alias_command 'f', 'finish'
6+
end

0 commit comments

Comments
 (0)