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

Fix README formatting

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