trace package:reflex

Print the supplied String and the value of the Event on each occurrence. This should only be used for debugging. Note: As with Debug.Trace.trace, the message will only be printed if the Event is actually used.
Print the output of the supplied function on each occurrence of the Event. This should only be used for debugging. Note: As with Debug.Trace.trace, the message will only be printed if the Event is actually used.
Print the value of the Dynamic when it is first read and on each subsequent change that is observed (as traceEvent), prefixed with the provided string. This should only be used for debugging. Note: Just like Debug.Trace.trace, the value will only be shown if something else in the system is depending on it.
Print the result of applying the provided function to the value of the Dynamic when it is first read and on each subsequent change that is observed (as traceEvent). This should only be used for debugging. Note: Just like Debug.Trace.trace, the value will only be shown if something else in the system is depending on it.