调试控制

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

results matching ""

    No results matching ""