The special tracing flags %trace-on% and %trace-off% are predefined and have the effect of temporarily turning all tracing on and off. They are used as all other local tracing flags, as shown in the following example:
|
%Trace-off% is generally used to remove tracing information from a region of the grammar that has already been debugged but still leaving the alt traversal tracing messages on. The same effect is most of the time achieved by using the trace-level function, but %trace-off% allows finer tuning of the tracing behavior of FUF.