man bash
set -x
-x After expanding each simple command, for command, case command, select command, or arithmetic for command, display the expanded value of PS4, followed by the command and its expanded arguments or associated word list.
这个可以帮助将变量的实际赋值情况打印出来。帮助调试使用,实现了单步调试的功能。非常的方便。
比如上面这个问题,就可以使用。但是首先需要有这个意识,这个知识,知道这个途径。