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

Debugger not working correctly

dajum
Anfänger
1.890Aufrufe

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 Antworten
SergeyKostrov
Geschätzter Beitragender II
1.890Aufrufe
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?
Steven_L_Intel1
Mitarbeiter
1.890Aufrufe

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

dajum
Anfänger
1.890Aufrufe

and is that selectable?

Andrew_Smith
Geschätzter Beitragender I
1.890Aufrufe

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.

dajum
Anfänger
1.890Aufrufe
Steven_L_Intel1
Mitarbeiter
1.890Aufrufe

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.

Antworten