Skip to content

Commit 2a73341

Browse files
committed
add cont alias for continue
1 parent 6baa2ec commit 2a73341

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/debug/session.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -487,9 +487,9 @@ def register_default_command
487487
step_command :until, arg
488488
end
489489

490-
# * `c[ontinue]`
490+
# * `c` or `cont` or `continue`
491491
# * Resume the program.
492-
register_command 'c', 'continue',
492+
register_command 'c', 'cont', 'continue',
493493
repeat: true,
494494
cancel_auto_continue: true do |arg|
495495
leave_subsession :continue

0 commit comments

Comments
 (0)