Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1 committed Nov 25, 2022
1 parent 2f40ad4 commit 64dae96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ The `<...>` notation means the argument.
* Run til the program reaches given location or the end of the current frame.
* `u[ntil] <name>
* Run til the program invokes a method `<name>`. `<name>` can be a regexp with `/name/`.
* `c[ontinue]`
* `c` or `cont` or `continue`
* Resume the program.
* `q[uit]` or `Ctrl-D`
* Finish debugger (with the debuggee process on non-remote debugging).
Expand Down

0 comments on commit 64dae96

Please sign in to comment.