Log File Contents
The log file contains information useful for debugging PeopleCode.
You can view the log using any editor that displays ASCII text, such as Notepad. The log file has the following components.
| Field or Control | Description |
|---|---|
|
Line Count |
Specifies a line number in the file. |
|
Internal Information |
Contains reference numbers used for internal tracing. You can ignore this information. |
|
Instruction Location |
Address of an instruction processed in the program. You can follow programs and functions using this number. |
|
Operation Code |
Indicates the operation performed by the program. |
|
Operation Operands |
Contains information specific to each operation. The following table lists the possible operations and the operands that appear for the list and trace options. |