DS_PXDEBUG

Set the DS_PXDEBUG environment variable to create a folder of useful job debugging information in the current project folder. The information is created when the job is run.

Set DS_PXDEBUG=1 to enable the creation of the folder, or set DS_PXDEBUG=0 to disable the creation of the folder.

Debugging information is collected under a new project-level directory called Debugging. Subdirectories are created on a per-job basis, and are named after the job. Multi-instance jobs are run with a non-empty invocation ID, and the directory is named with the job name and the invocation ID.

The collection of debugging information increases the load on the system, and should be enabled only for problem investigation.