ITEM: H2800L
debugger can't find temp file made by the compiler
Question:
I am using the xlf fortran compiler with the preprocessor. I am
trying to debug the output using xde but the debugger can't find the
temp file made by the preprocessor.
Response:
Adding the -o suboption to the -W option causes the VAST preprocessor
to leave a processed source file lying around. This file (by default)
is prefixed with an uppercase "P". Using the standard -g option and
compiling and linking the application results in a binary that can be
debugged. The filename information is correct inside the executable,
and debugging then becomes transparent; i.e. dbx knows that the source
comes from the P* files. (XLF 2.3)
Support Line: debugger can't find temp file made by the compiler ITEM: H2800L
Dated: March 1994 Category: N/A
This HTML file was generated 99/06/24~13:30:48
Comments or suggestions?
Contact us