Module cDebug
Debug tracing & logging .
#
Set one or more expressions to either show all or only a few messages from `TRACE` calls.
Some examples: {".*"} -> show all traces {"^Display:"} " -> show traces, starting with "Display:" only {"^ControlMap:", "^Display:"} -> show "Display:" and "ControlMap:"
Functions
remove_trace_statements () | calling this will iterate through the entire tool and remove all TRACE statements (for internal use only!!) |
Fields
vararg | TRACE implementation, provide detailed, filtered output |
Functions
- remove_trace_statements ()
- calling this will iterate through the entire tool and remove all TRACE statements (for internal use only!!)