Update README

This commit is contained in:
Derek Parker
2015-04-05 17:52:10 -05:00
parent 117d945897
commit c8d5169dc4

View File

@ -79,7 +79,7 @@ Delve can insert breakpoints via the `breakpoint` command once inside a debug se
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`.
* `break` - Set a breakpoint. Example: `break foo.go:13` or `break main.main`.
* `continue` - Run until breakpoint or program termination.