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


Functions

TRACE (vararg)
TRACE impl

Parameters:

  • vararg )
LOG (str)
call this to avoid using "print" statements in source code

Parameters:

  • str
generated by LDoc 1.4.2