From 414db82e76ec791492044b52042a8655d47a1600 Mon Sep 17 00:00:00 2001 From: Derek Parker Date: Tue, 14 Oct 2014 09:56:22 -0500 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d7325e1..c35f309f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ DBG is a Go debugger, written primarily in Go. It really needs a new name. ### Building -Currently, DBG requires the following [patch](https://codereview.appspot.com/117280043/), however this change is vendored until Go 1.4 lands. +Currently, DBG requires the following [patch](https://codereview.appspot.com/117280043/), however this change is vendored until Go 1.4 lands, so the project is go get-able. ### Features @@ -48,6 +48,8 @@ Once inside a debugging session, the following commands may be used: * `next` - Step over to next source line. +* `print $var` - Evaluate a variable. + ### Upcoming features * Handle Gos multithreaded nature better -- GitLab