调试控制
- 源码级别的=Source Level
- 单步执行 = step over
thread step-over- =
next - =
n
- =
- 单独进入 = step into
thread step-in- =
step - =
s
- =
- 单步执行 = step over
- 指令级别的=Instruction Level
- 指令级单独进入 = step instruction into
bashthread step-inst- =
si
- =
- 指令级单步执行 = step instruction over
thread step-inst-over- =
ni
- =
- 指令级单独进入 = step instruction into
- 跳出当前函数
thread step-out- =
finish
- =