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

📄 bug-source.right

📁 bash debugger. You can use this tool to debug bash shell script
💻 RIGHT
字号:
(dbg-test1.sh:22):22:	x=22+# Test to see that we read in files that mentioned in breakpoints+# but we don't step into.+continue 34One-time breakpoint 1 set in file dbg-test1.sh, line 34.fn1 here(dbg-test1.sh:34):34:	source dbg-test1.sub+# It is important to "next" rather than "step"+next SOURCED 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 0(dbg-test1.sh:35):35:	exit 0;+# The following breakpoint should cause+# a file to get read in.+break sourced_fnBreakpoint 2 set in file dbg-test1.sub, line 3.+info filesSource files for which have been read in:dbg-test1.sh (39 lines)dbg-test1.sub (29 lines)+quit 

⌨️ 快捷键说明

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