diff --git a/README.md b/README.md index 6d7325e103bab29bef0c2e2dacf896bb09ba1d35..c35f309f33200cbfca3f0be4ff041d424b31609c 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