Module support.debug
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
TRACE (vararg) | TRACE impl |
LOG (str) | call this to avoid using "print" statements in source code |