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

📄 misc-output.right

📁 bash debugger. You can use this tool to debug bash shell script
💻 RIGHT
字号:
+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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -