⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 brkpt3.right

📁 bash debugger. You can use this tool to debug bash shell script
💻 RIGHT
字号:
(subshell.sh:6):6:	x=1; y=2; z=3+# Test break handling in the presence of subshells and canonicalization+# of breakpoints+# + break 15Breakpoint 1 set in file subshell.sh, line 15.+step 4(subshell.sh:7):7:	(builtin cd  . ; x=`builtin echo *`; (builtin echo "ho") )x=`builtin echo *`+### Try a setting and removing break inside a subshell...+p "BASH_SUBSHELL: $BASH_SUBSHELL"BASH_SUBSHELL: 1+delete 1Removed 1 breakpoint(s).+break 17Breakpoint 2 set in file subshell.sh, line 17.+cont hohoBreakpoint 2 hit (1 times).(subshell.sh:17):17:	x=5; y=6;+step 4Breakpoint 2 hit (2 times).(subshell.sh:17):17:	x=5; y=6;y=6+### Try canonicalization of filenames in the break command...+b ../test/subshell.sh:1Breakpoint 3 set in file subshell.sh, line 1.+b subshell.sh:2Breakpoint 4 set in file subshell.sh, line 2.+b ./subshell.sh:3Breakpoint 5 set in file subshell.sh, line 3.+### quitting...+quit 

⌨️ 快捷键说明

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