mirror of
https://github.com/go-delve/delve.git
synced 2025-11-03 22:08:33 +08:00
add exit command to docs
This commit is contained in:
@ -62,6 +62,9 @@ Once inside a debugging session, the following commands may be used:
|
|||||||
|
|
||||||
* `print $var` - Evaluate a variable.
|
* `print $var` - Evaluate a variable.
|
||||||
|
|
||||||
|
* `exit` - Exit the debugger.
|
||||||
|
|
||||||
|
|
||||||
### Upcoming features
|
### Upcoming features
|
||||||
|
|
||||||
* In-scope variable setting
|
* In-scope variable setting
|
||||||
|
|||||||
Reference in New Issue
Block a user