From aef3e53ffc634c6efa1a1dd06eb3f206389604c5 Mon Sep 17 00:00:00 2001 From: Derek Parker Date: Fri, 19 Sep 2014 19:54:53 -0500 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e0ef4ab..e60b76f6 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Currently, DBG requires the following [patch](https://codereview.appspot.com/117 * Single step through a process * Next through a process (step over / out of subroutines) * Never retype commands, empty line defaults to previous command +* Readline integration ### Usage @@ -46,7 +47,6 @@ Once inside a debugging session, the following commands may be used: * Handle Gos multithreaded nature better * In-scope variable evaluation * In-scope variable setting -* Readline integration * Support for OS X ### License