action.right

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

RIGHT
21
字号
(dbg-test1.sh:22):22:	x=22+# Debugger test of action command+# +# Try a simple action breakpoint...+a 23 x=60Breakpoint 0 set at dbg-test1.sh:23.+L No breakpoints have been set.No watch expressions have been set.Actions at following places:Num Enb Stmt               file:line0     1 x=60               dbg-test1.sh:23+cont 24One-time breakpoint 1 set in file dbg-test1.sh, line 24.(dbg-test1.sh:24):24:	for i in 0 1 3 ; do+print "value of x is now $x"value of x is now 60+quit 

⌨️ 快捷键说明

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