Skip to the content.
cs-notes
brief computer science notes
View on GitHub
Home
/
cs-notes
/
Language
/
Shell
/
Debug
set -x : Display commands and their arguments as they are executed.
set -v : Display shell input lines as they are read.
_DEBUG=”on”