步进


¥Stepping

  • cont, c:继续执行

    ¥cont, c: Continue execution

  • next, n:单步执行下一行

    ¥next, n: Step next

  • step, s:单步进入

    ¥step, s: Step in

  • out, o:单步退出

    ¥out, o: Step out

  • pause:暂停正在运行的代码(类似于开发者工具中的暂停按钮)

    ¥pause: Pause running code (like pause button in Developer Tools)