Commit c1b4a081 authored by Vitaly Lipatov's avatar Vitaly Lipatov

backtrace: add file

parent 9889084d
......@@ -220,7 +220,7 @@ debug_print_backtrace()
local i=1
while [ -n "${FUNCNAME[i]}" ]
do
echo " Callback N${i} : ${FUNCNAME[i]}"
echo " Callback N${i} : ${FUNCNAME[i]} : ${BASH_SOURCE[i]}"
let "i+=1"
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