提交 e462d711 编写于 作者: D Derek Parker

Fix README formatting

上级 f3314299
...@@ -14,14 +14,11 @@ DBG is a Go debugger, written primarily in Go. ...@@ -14,14 +14,11 @@ DBG is a Go debugger, written primarily in Go.
### Usage ### Usage
* `break` * `break` - Set break point at the entry point of a function, or at a specific file/line. Example: `break foo.go:13`.
Set break point at the entry point of a function, or at a specific file/line. Example: `break foo.go:13`.
* `step` * `step` - Single step through program.
Single step through program.
* `next` * `next` - Step over to next source line.
Step over to next source line.
### Upcoming features ### Upcoming features
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册