Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

activate debug bash

set -x #Just use this command to activate debugging within your code
## some code ... ##
set +x #Deactivate debugging

#Alternatively do
bash -x code.sh
 
PREVIOUS NEXT
Tagged: #activate #debug #bash
ADD COMMENT
Topic
Name
2+5 =