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

64-bit debugging does not work

jirina
New Contributor I
512 Views
I am running Windows 7 Professional SP1 64-bit, the Fortran version is Intel Visual Fortran Compiler XE 12.0.4.196, I am using Visual Studio 2008. My problem is that I am not able to do normal, in-solution debugging.

Whenever I place a breakpoint in the code, the execution stops, but when I click "Show Next Statement" or press Alt+Num*, the yellow arrow indicating the next statement does not occur and I get the warning instead: "No symbols are loaded for any call stack frame. The source code cannot be displayed."

I thought the problem could be related to parallelization, but disabling parallel calculation in my application did not help. I tried rebuilding the application, but it did not help either.

This is happening when I use Debug and x64. Debug and Win 32 are fine and debugging works well. The two configurations are completely the same, the only difference is the platform.
0 Kudos
1 Reply
mecej4
Honored Contributor III
512 Views
I tried to duplicate your problem with the same compiler version but on Win 7 Home Premium X64 SP1. Had no problems locating the stop location in the source.

Suggestion: try a project with at least two source files. Set a breakpoint and run. When the breakpoint is hit, open the source file other than the one with the breakpoint line, and try clicking the yellow arrow on the Debug toolbar. You should find yourself back in the other window and on the breakpoint line.
0 Kudos
Reply