Commit c1b4a081 authored by Vitaly Lipatov's avatar Vitaly Lipatov

backtrace: add file

parent 9889084d
...@@ -220,7 +220,7 @@ debug_print_backtrace() ...@@ -220,7 +220,7 @@ debug_print_backtrace()
local i=1 local i=1
while [ -n "${FUNCNAME[i]}" ] while [ -n "${FUNCNAME[i]}" ]
do do
echo " Callback N${i} : ${FUNCNAME[i]}" echo " Callback N${i} : ${FUNCNAME[i]} : ${BASH_SOURCE[i]}"
let "i+=1" let "i+=1"
done done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment