Skip to content

Commit 33e39a0

Browse files
authored
Merge pull request astaxie#858 from oxbambooxo/patch-1
Update 11.2.md
2 parents 12ba19f + 73ecbfa commit 33e39a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zh/11.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ GDB的一些常用命令如下所示
8686
- next
8787

8888
简写命令 `n`,用来单步调试,跳到下一步,当有断点之后,可以输入`n`跳转到下一步继续执行
89-
- coutinue
89+
- continue
9090

9191
简称命令 `c`,用来跳出当前断点处,后面可以跟参数N,跳过多少次断点
9292

0 commit comments

Comments
 (0)