skip.cmd

来自「bash debugger. You can use this tool to 」· CMD 代码 · 共 29 行

CMD
29
字号
set trace-commands on# Test skip command#nextp "x is $x"p "** Try a skip command..."skipp "x is still $x"p "** Try skipping over a for loop..."skip p "x is still $x"p "** Try 'skip 3'..."skip 3p "x is still $x"skipp "x is still $x"skipnextp "x is still $x"skipskipnextp "x is now $x"skipp "x is still $x"skipp "*** quitting..."quit

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?