watch2.right
来自「bash debugger. You can use this tool to 」· RIGHT 代码 · 共 21 行
RIGHT
21 行
(dbg-test1.sh:22):22: x=22+# Test of dollar variables in watche, display and break condition+# +watche $? != 0 0: ($? != 0)==0 arith: 1+step (dbg-test1.sh:23):23: y=23+break fn3 if x==29Breakpoint 1 set in file dbg-test1.sh, line 17.+display echo "x is $x, ? is $?" 0: echo "x is $x, ? is $?"+continue Breakpoint 1 hit (1 times). (dbg-test1.sh:17): 17: fn3() { 0 (echo "x is $x, ? is $?"): x is 29, ? is 0 + continueBreakpoint 1 hit (1 times).(dbg-test1.sh:17):17: fn3() { 0 (echo "x is $x, ? is $?"): x is 29, ? is 0+quit
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?