Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Debug Information

mattd
Beginner
503 Views
Hi there. I've got a C++ application that I'm working on in MS Visual Studio 2005 that interfaces with a statically linked Fortran library compiled using the Intel Visual Fortran Compiler 9.0. Long story short, I'm wondering what format the debug information for the library is stored in. I've looked through the documentation but I've yet to see any references to a specific format. Also, if possible, I'd like to know if there is a way to output the debug information in the form of a PDB file. Thanks for your time.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
503 Views

The debug format is Microsoft proprietary and is not documented publicly.

There is a /pdbfile option.

0 Kudos
Reply