We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f40ad4 commit 64dae96Copy full SHA for 64dae96
README.md
@@ -566,7 +566,7 @@ The `<...>` notation means the argument.
566
* Run til the program reaches given location or the end of the current frame.
567
* `u[ntil] <name>
568
* Run til the program invokes a method `<name>`. `<name>` can be a regexp with `/name/`.
569
-* `c[ontinue]`
+* `c` or `cont` or `continue`
570
* Resume the program.
571
* `q[uit]` or `Ctrl-D`
572
* Finish debugger (with the debuggee process on non-remote debugging).
0 commit comments