Debugging
Displaying a list of runtime variables in the console with the βList variables for Debugβ rule or alternatively the "List variables on exit" rule is a proposed practice for debugging in Tomorrow Software. These rules display the variable list only when βDebug modeβ is enabled in the configuration.
This helps you control the listing (or not) from the configuration before deployment, which is much easier to manage.
Usage of the βList variablesβ rule should be avoided. An easy way to find any leftover βList variablesβ is to use the βDocumentβ button in the configuration and to search for it within the produced PDF.
Last updated

