Commit b0c3429a authored by Robert Hencke's avatar Robert Hencke Committed by Rob Pike

doc/debugging_with_gdb: fix minor typo (space before comma)

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6610061
parent 12e343f3
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment