提交 8e3f3e19 编写于 作者: J Jack Christensen 提交者: Derek Parker

Update README.md

Add docs for continue
上级 83764aff
......@@ -44,6 +44,8 @@ Once inside a debugging session, the following commands may be used:
* `break` - Set break point at the entry point of a function, or at a specific file/line. Example: `break foo.go:13`.
* `continue` - Run until breakpoint or program termination.
* `step` - Single step through program.
* `next` - Step over to next source line.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册