Diagnostic information about variables

Diagnostic information about variables includes information about these processes:

  • Initialization: Each time a variable is created, including whether the variable is global or form-level, persistent, or temporary.
  • Value changed: Each time a variable's value is changed, including the previous value and the new one.
  • Dependent notification: Each time a variable's dependents are refreshed because the variable's value changed.