📅  最后修改于: 2022-03-11 14:50:55.897000             🧑  作者: Mango
set -x #Just use this command to activate debugging within your code
## some code ... ##
set +x #Deactivate debugging
#Alternatively do
bash -x code.sh