返回首页   进站必读

11.6 next/step


11.6.1 next(或n)

执行下一行语句。

(gdb)next

11.6.2 step(或s)

执行下一行语句,如果有函数调用则进入到函数中。

(gdb)step