brkpt3.right

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

RIGHT
39
字号
(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 + =
减小字号Ctrl + -
显示快捷键?