From f5b3f89a80464b85d35a6ec9a1c5478dc9f12713 Mon Sep 17 00:00:00 2001 From: Matt Self Date: Tue, 11 Nov 2014 20:41:29 -0700 Subject: [PATCH] add exit command to docs --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b76cbf93..7271d21c 100644 --- a/README.md +++ b/README.md @@ -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