howto
Enable debug mode for Creo Schematics
Turn on CadActive debug logging in Creo Schematics with DEBUG_JAVA in schematics.psf.
Debug mode writes more CadActive detail to the Creo Schematics console and to cadactive.log, so you and support can see what the plugin did on a workstation. Turn it on only while you are reproducing a problem.
This is not the Creo Parametric cadactive-debug.txt file. For Schematics, debug is an environment variable on the psf that launches Creo Schematics.
To see the extra messages in a window, also enable the Creo Schematics console.
Turn debug mode on
Exit Creo Schematics completely.
Open
schematics.psfin a text editor. It sits next toschematics.exe:
Add this line (or change the existing
DEBUG_JAVAline to match). Put it with the otherENV=lines, such asCLIENT_CLASSPATH:
Save the file. You may need an administrator to edit a psf under Program Files.
Start Creo Schematics, use a CadActive command, and reproduce the issue.
CadActive then writes more detail to:
the Creo Schematics console (if Display console window is on)
the log file
%LocalAppData%\CadActive\cadactive-creo-schematics\logs\cadactive.log
Collect that log (and a note of what you were doing) and email them to support@cadactive.com.
Turn debug mode off
Remove the ENV=DEBUG_JAVA=true line, or set it to false, then restart Creo Schematics.
Leaving debug on is noisy and is not needed for day-to-day work.