mirror of
https://github.com/go-delve/delve.git
synced 2025-11-02 04:36:29 +08:00
Update README
This commit is contained in:
@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user