Merge commit '73d994c5f29011355c4b93a58a4f9da78d7dd2c9' into ja
This commit is contained in:
@@ -253,7 +253,7 @@ Commands by viewing goroutines we can clearly understand goruntine performed int
|
||||
|
||||
## Summary
|
||||
|
||||
In this section we introduce the GDB debugger Go program some basic commands, including the `run`, `print`, `info`, `set variable`, `continue`, `list`, `break` and other frequently used debugging commands, by the above examples demonstrate, I believe, through the GDB debugger for the reader has a basic understanding of Go programs, if you want to get more debugging tips, please refer to the official website of the GDB debugger manual, as well as the official website of the GDB manual.
|
||||
In this section, we introduced some basic commands from the GDB debugger that you can use to debug your Go applications. These included the `run`, `print`, `info`, `set variable`, `continue`, `list` and `break` commands, among others. From the brief examples above, I hope that you will have a better understanding of how the debugging process works in Go using the GDB debugger. If you want to get more debugging tips, please refer to the GDB manual on its [official website](http://www.gnu.org/software/gdb/).
|
||||
|
||||
## Links
|
||||
|
||||
|
||||
Reference in New Issue
Block a user