Interpreting the PeopleCode Debugger Log File
You can produce a trace log using any of the following methods:
-
Using the Log File option in the PeopleCode debugger.
-
With the PeopleSoft Configuration Manager Trace tab.
-
Using the SetTracePC and SetTraceSQL built-in functions.
-
With PeopleTools utilities (included for backward compatibility purposes only and should not be used).
All trace files except those produced using the Log File option contain timing information, such as when each line started processing and how long it took to execute.
The Log File option writes to a file that you specify. The log file produced by the other options is specified by the PeopleTools Trace File option in PeopleSoft Configuration Manager. All of these options write to the same file.
Trace files are also produced by Application Engine. These logs may contain more information.
This section discusses:
-
Log file contents.
-
Other items in the log file.
Related Topics