subshell2.cmd
来自「bash debugger. You can use this tool to 」· CMD 代码 · 共 14 行
CMD
14 行
set trace-commands onset showcommand on### Test quit inside multi-statement line...step stepstep 2### Should now be inside a subshell. Test from here...p "BASH_SUBSHELL: $BASH_SUBSHELL"### Test quit 0 2...quit 0 2### You shouldn't get here. Another just in case.quit
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?