TRACE - luxembourg/muxcode-clm GitHub Wiki
TRACE (continued)
When trace output is displayed in top-down order (final evaluation first, followed by the 'smaller' evaluations needed to perform it), then the total number of trace output lines that may be produced by an evaluation is limited to 200. Bottom-up trace output is not limited.
Trace may also be set on a specific attribute, thus narrowing down the scope of the trace output to results from that specific object/attribute combination.
Example: > @set object/attribute = trace
Related Topics: VERBOSE
'25' object(#322)} 'The result is [add(4,mul(3,%0))].' -> 'The result is 25.' object says "The result is 25."
{ 'help trace2' for more }