add exit command to docs

This commit is contained in:
Matt Self
2014-11-11 20:41:29 -07:00
parent 2c7e083663
commit f5b3f89a80

View File

@ -62,6 +62,9 @@ Once inside a debugging session, the following commands may be used:
* `print $var` - Evaluate a variable.
* `exit` - Exit the debugger.
### Upcoming features
* In-scope variable setting