Update 11.2.md
fix typo
This commit is contained in:
@@ -86,7 +86,7 @@ GDB的一些常用命令如下所示
|
|||||||
- next
|
- next
|
||||||
|
|
||||||
简写命令 `n`,用来单步调试,跳到下一步,当有断点之后,可以输入`n`跳转到下一步继续执行
|
简写命令 `n`,用来单步调试,跳到下一步,当有断点之后,可以输入`n`跳转到下一步继续执行
|
||||||
- coutinue
|
- continue
|
||||||
|
|
||||||
简称命令 `c`,用来跳出当前断点处,后面可以跟参数N,跳过多少次断点
|
简称命令 `c`,用来跳出当前断点处,后面可以跟参数N,跳过多少次断点
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user