Supply a function to dynamically switch tracing on and off based on the rule name.
/* Exclude build-in parsers, only trace parsers generated from MyGrammar. */ setTraceConditionFunction(ruleName => ruleName.startsWith("MyGrammar"));
See Implementation
Supply a function to dynamically switch tracing on and off based on the rule name.