Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Debug Information

mattd
Beginner
529 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
529 Views

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

There is a /pdbfile option.

0 Kudos
Reply