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