单步执行
cont
,c
: 继续执行next
,n
: 单步执行下一行step
,s
: 单步进入out
,o
: 单步退出pause
: 暂停正在运行的代码(类似于开发者工具中的暂停按钮)
cont
,c
: Continue executionnext
,n
: Step nextstep
,s
: Step inout
,o
: Step outpause
: Pause running code (like pause button in Developer Tools)