提交 414db82e 编写于 作者: D Derek Parker

Update README

上级 fa0092ac
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册