mirror of https://github.com/golang/go.git
doc/debugging_with_gdb: fix minor typo (space before comma)
R=golang-dev, r CC=golang-dev https://golang.org/cl/6610061
This commit is contained in:
parent
12e343f372
commit
b0c3429ac3
|
|
@ -36,8 +36,7 @@ debugged.
|
|||
|
||||
<ul>
|
||||
<li>
|
||||
Show file and line number for code
|
||||
, set breakpoints and disassemble:
|
||||
Show file and line number for code, set breakpoints and disassemble:
|
||||
<pre>(gdb) <b>list</b>
|
||||
(gdb) <b>list <i>line</i></b>
|
||||
(gdb) <b>list <i>file.go</i>:<i>line</i></b>
|
||||
|
|
|
|||
Loading…
Reference in New Issue