settrace.right

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

RIGHT
40
字号
(settrace.sh:5):5:	  _Dbg_set_trace; : ; :+# Test set_trace call.+where ->0 in file `settrace.sh' at line 5##1 init() called from file `settrace.sh' at line 33##2 main() called from file `settrace.sh' at line 0+list 5  5:==>  _Dbg_set_trace; : ; :  6:   }  7:     8:   hanoi() {   9:     local -i n=$1 10:     local -r a=$2 11:     local -r b=$3 12:     local -r c=$4 13:    14:     _Dbg_set_trace; : ; :+info filesSource files for which have been read in:settrace.sh (36 lines)+c (settrace.sh:14):14:	  _Dbg_set_trace; : ; :+where ->0 in file `settrace.sh' at line 14##1 hanoi("1", "a", "b", "c") called from file `settrace.sh' at line 34##2 main() called from file `settrace.sh' at line 0+cont (settrace.sh:14):14:	  _Dbg_set_trace; : ; :+where ->0 in file `settrace.sh' at line 14##1 hanoi("0", "a", "c", "b") called from file `settrace.sh' at line 17##2 hanoi("1", "a", "b", "c") called from file `settrace.sh' at line 34##3 main() called from file `settrace.sh' at line 0+continue Move disk 0 on a to b

⌨️ 快捷键说明

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