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

Can't display source code in debugger following Fortran Include

michael_franke
Beginner
544 Views

Hi.

I have a Fortran project which contains a number of sizeable blocks of code that are included using the Fortran Include statement. It seems that as soon as I hit the first such block of code, I can no longer display source code in the debugger.

Is there a way around this (other than eliminating the Includes?).

Mike

0 Kudos
3 Replies
Steven_L_Intel1
Employee
544 Views
Please submit a sample project showing this problem to Intel Premier Support. That's not normal behavior.
0 Kudos
TimP
Honored Contributor III
544 Views
Do you get warnings from Microsoft link about .pdb corruption? If so, that would be the point which you should reproduce in a problem report on premier.intel.com.
0 Kudos
Lorri_M_Intel
Employee
544 Views

Hi -

What version are you using? We've had some problems in earlier versions with this sort of issue, especially when the 'includes' were done using C-style includes, and the Fortran preprocessor.

thanks -

- Lorri

0 Kudos
Reply