We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f7ee3 commit e7fee38Copy full SHA for e7fee38
README.md
@@ -321,9 +321,9 @@ The `<...>` notation means the argument.
321
* Finish this frame. Resume the program until the current frame is finished.
322
* `c[ontinue]`
323
* Resume the program.
324
-* `q[uit]` or exit or `Ctrl-D`
+* `q[uit](!)` or `Ctrl-D`
325
* Finish debugger (with the debuggee process on non-remote debugging).
326
-* `kill` or `q[uit]!`
+* `kill(!)`
327
* Stop the debuggee process.
328
329
### Breakpoint
0 commit comments