misc-output.right

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

RIGHT
33
字号
+l  23:==>set -xv 24:   x=24 25:   x=25 26:   for i in 0 1 3 ; do 27:     ((x += i)) 28:   done 29:   set +xv 30:   x=27 31:   y=b 32:   x=29 33:   echo $(fn3 30) 34:   fn3 31 35:   fn1; 36:   fn3 33 37:   exit 0; 38:   #;;; Local Variables: *** 39:   #;;; mode:shell-script *** 40:   #;;; End: ***+######################### +#### Test 'file' command...+file misc.cmdFile misc.cmd will be used when dbg-sig.inc is referenced.+#### info variables (V) command...+V dq*dq_args="dq*"dq_cmd="V"+# On OS X there is some problem in doing the above and below commands+# in succession. Further investigation is needed to fix this.+# Until then..+## info variables dq*+quit 

⌨️ 快捷键说明

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