brkpt3.cmd

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

CMD
19
字号
set trace-commands on# Test break handling in the presence of subshells and canonicalization# of breakpoints#break 15step 4###  Try a setting and removing break inside a subshell...p "BASH_SUBSHELL: $BASH_SUBSHELL"delete 1break 17cont###  Try canonicalization of filenames in the break command...b ../test/subshell.sh:1b subshell.sh:2b ./subshell.sh:3###  quitting...quit

⌨️ 快捷键说明

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