Follow these steps to enable the EmailPlus debugging functionality:
To view the debugging output on Microsoft Windows, run the Windows Debugger (dbwin32.exe). The debugging output that is generated by EmailPlus has this prefix:
#EMP_DEBUGOUT# <DATE> : <FUNCTION NAME> : <DEBUG MESSAGE>
3712: #EMP_DEBUGOUT# 2009-10-23 11:45:21 :EMP_isEmailPlusActive: START
3712: #EMP_DEBUGOUT# 2009-10-23 11:45:21 :EMP_CacheConfig: START - Cache EmailPlusConfig
3712: #EMP_DEBUGOUT# 2009-10-23 11:45:21 :EMP_CacheConfig: END
3712: #EMP_DEBUGOUT# 2009-10-23 11:45:21 :EMP_isEmailPlusActive: EMP::ConfigCache::isEmailPlusActive = <YES>
3712: #EMP_DEBUGOUT# 2009-10-23 11:45:21 :EMP_isEmailPlusActive: END - isEmailPlusActive=<1>
To
view the debugging output on Linux or UNIX systems, view the content of
the file that you defined in the EMP_DEBUGOUT_FILE variable.
When you enable EmailPlus debugging, ClearQuest performance is affected. Enable
debugging only when you need to, and then disable it when debugging
is completed. You must define or modify the EMP_DEBUGOUT_FILE variable
before you start the ClearQuest client.
Changes that you make to the EMP_DEBUGOUT_FILE variable
while the ClearQuest client
is running is not recognized until the ClearQuest client is restarted.