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.

Debugger not working correctly

dajum
Novice
695 Views

I recently installed IVF 13.2, but only in VS2010.  I also run 11.1 in VS2008.  So I did the save the Intel Fortran folder and restore to be able to continue using 11.1 in VS2008.  It works, but when debugging,  the array displays in the watch/locals/autos/QuickView windows all start displaying with indexes from zero and not one (all my arrays start at 1).  It also won't do hover view if I select an array item like "DATA(I)".  Is there a simple fix for this?

0 Kudos
6 Replies
SergeyKostrov
Valued Contributor II
695 Views
It looks like incompatibility with a Program Database ( pdb file ) between Visual Studios 2008 and 2010. Did you try to Re-Build Debug configuration of your project in Visual Studio 2008?
0 Kudos
Steven_L_Intel1
Employee
695 Views

I would say it more looks as if you are seeing the C debug expression evaluator and not Fortran's.

0 Kudos
dajum
Novice
695 Views

and is that selectable?

0 Kudos
Andrew_Smith
Valued Contributor I
695 Views

Saving the 11.1 install folder and restoring is probaly not going to correctly preserve the installation correctly. I have a similar installation but did not need to manually restore the 11.1 folder after installing 13.2. I just selected to install as a new version rather than replacing the old. And since the VS integration can be selected just for VS2010 it leaves the VS2008 install untouched.

0 Kudos
Steven_L_Intel1
Employee
695 Views

If you're seeing C syntax and types in the Locals window, then the Fortran debug support isn't properly installed. I would suggest reinstalling the older version.

0 Kudos
Reply