Lines Matching full:tracing
24 # flexible run-time tracing of complicated shell scripts.
26 # DebugOn turns tracing on if any "tag" is found in "DEBUG_SH".
27 # It turns tracing off if "!tag" is found in "DEBUG_SH".
28 # It also sets "DEBUG_ON" to the "tag" that caused tracing to be
31 # If the '-o' flag is given, tracing is turned off unless there
39 # DebugOff turns tracing on if any "tag" matches "DEBUG_OFF" or
56 # Debugging returns true if tracing is enabled.
65 # Debug calls DebugOn and if that does not turn tracing on, it
78 # If a function turns tracing on, ksh turns it off when the
193 # Actually turn on tracing, set $DEBUG_ON=$match
203 # We disable tracing for hooks_run itself but functions can trace
231 # Actually turn off tracing, set $DEBUG_OFF=$match
237 # We do hooks_run after turning off tracing, but before resetting