We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cont
continue
1 parent 6baa2ec commit 2a73341Copy full SHA for 2a73341
1 file changed
lib/debug/session.rb
@@ -487,9 +487,9 @@ def register_default_command
487
step_command :until, arg
488
end
489
490
- # * `c[ontinue]`
+ # * `c` or `cont` or `continue`
491
# * Resume the program.
492
- register_command 'c', 'continue',
+ register_command 'c', 'cont', 'continue',
493
repeat: true,
494
cancel_auto_continue: true do |arg|
495
leave_subsession :continue
0 commit comments