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