📄 brkpt3.cmd
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -