- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The debug format is Microsoft proprietary and is not documented publicly.
There is a /pdbfile option.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page