EM_SCRIPT_TRACING

For Event Manager Project
Purpose Automatically trace the execution of all Event Manager scripts. The trace files are:
  • Located in the project's log directory and
  • Named <EVENT_ID>_<THREAD>.TXT
Where
  • Event ID is the event that triggered the event
  • Thread is the Basic thread object that is running it.  
The output file contains the following information: <time>,<script name>,<line number> Where
  • time is the number of seconds since the start of time.  
  • script name is the name of the bcl file and
  • line number is the line within the file.
Value Y or y Note: Y or y =Trace values generated as the scripts run.
Default Value
Note: Enabling this feature will increase CPU utilization and make scripts run slower. This is a diagnostic tool.