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

How can I debug just the fortran code?

DavidWhite
Valued Contributor II
489 Views
When using the debugger, it keeps jumping into C and asm code when I am executing line by line. I am only interested in the Fortran code, how can I stop the debugger jumping into, e.g. memcpy.asm?
0 Kudos
2 Replies
Steven_L_Intel1
Employee
489 Views
Use "Step Over" and not "Step Into"?
0 Kudos
Intel_C_Intel
Employee
489 Views

Hello,

A few timeswe have experienced that a Fortran project in Visual Studio for some odd reason (e.g. accidentaly changing compiler settings in an unfortunate manner), may not display debug info in the correct way. A nice workaround that always works, is then to define the project again using the Fortran Project Setup Wizard in Visual Studio, and then to include all your source code files again. This should not take long, but will surely set all settings back to default values, and debugging becomes a piece of cake!

Hope this works,

Lars Petter

0 Kudos
Reply