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

📄 tbreak.right

📁 bash debugger. You can use this tool to debug bash shell script
💻 RIGHT
字号:
(dbg-test1.sh:22):22:	x=22+# Test temporary break+# +### a simple temporary breakpoint...+tbreak 23One-time breakpoint 1 set in file dbg-test1.sh, line 23.+info breakNum Type       Disp Enb What1   breakpoint del  y   dbg-test1.sh:23No watch expressions have been set.+### continue to line 23...+cont (dbg-test1.sh:23):23:	y=23+### on to line 25...+step 4(dbg-test1.sh:25):25:	  ((x += i))+### a temporary breakpoint here (line 25)...+tbreak One-time breakpoint 2 set in file dbg-test1.sh, line 25.+### another a temporary breakpoint at fn3...+tbreak fn3One-time breakpoint 3 set in file dbg-test1.sh, line 17.+L Num Type       Disp Enb What2   breakpoint del  y   dbg-test1.sh:253   breakpoint del  y   dbg-test1.sh:17No watch expressions have been set.No actions have been set.+step 2(dbg-test1.sh:25):25:	  ((x += i))+L Num Type       Disp Enb What3   breakpoint del  y   dbg-test1.sh:17No watch expressions have been set.No actions have been set.+### not not see line 25 above and not stop again. Continue to fn3...+cont (dbg-test1.sh:17): 17: fn3() { +L No breakpoints have been set. No watch expressions have been set. No actions have been set. +### Should end but stay in debugger.. +contfn1 hereSOURCED LINENO 19SOURCED BASH_SOURCE[0] dbg-test1.subSOURCED FN LINENO 5FUNCNAME[0]: sourced_fn called from dbg-test1.sub at line 22FUNCNAME[1]: source called from dbg-test1.sh at line 34FUNCNAME[2]: source called from bashdb at line 277FUNCNAME[3]: main called from bashdb at line 0Debugged program terminated normally. Use q to quit or R to restart.+### Try some commands that require a running debugger+up 1No stack.+down No stack.+frame 0No stack.+where No stack.+info lineNo line number information available.+step The program is not being run.+next The program is not being run.+continue The program is not being run.+### quitting...+quit 

⌨️ 快捷键说明

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