bug-args.cmd

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

CMD
17
字号
set trace-commands on# Debugger test to see that parameter handling of $1, $2, etc is correct.p $#p $5step 2# There should now be 5 args set and $5 should have a valuep $#p $3p $5step# There should now be 3 args set and $5 should not have a valuep $#p $3p $5quit

⌨️ 快捷键说明

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