The L option allows the programmer to scan the source code as each line is compiled. This option might be used with the P option to obtain a printed listing of the source code. Error messages are printed with the source line at which they are detected, so the programmer can study the program source code adjacent to the errors that it produces.
As an alternative, the E option prints only the lines with errors.
See Also
Option for Debugging a Program (X)