SPP Reference Manual

APPENDIX D:
Debugging


The SPP
preprocessor, xc, recognizes many syntax errors. Needless to say, not all programming errors will be caught this way. Since SPP is preprocessed into Fortran, it is useful to know a bit about the resulting Fortran code in order to find programming errors. The most instructive way to understand the code is to look at it. Use the -f option of xc to preserve the Fortran output. Many times errors are apparent in the Fortran code without having to use a source-level debugger at all.

Identifier Mapping
Dynamic Memory
Task

Generated with CERN WebMaker