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

Problem debugging using IFX and Visual Studio

FrederikS
Beginner
367 Views

When debugging code compiled with IFX it is not always possible to watch variables of derived types in QuickWatch (and it is not possible to set conditional breakpoints).

It seems like the type information of variables of derived types is sometimes wrong.

The attached example shows the problem: It is only possible to see the value of REC in either SUB1 or SUB2.  I have tried different combinations of Visual studio and IFX. 

Using IFORT it works fine.  

 

0 Kudos
1 Reply
Devorah_H_Intel
Moderator
295 Views

Thank you for your report. I was able to test it internally, and indeed, there is an issue with values being displayed when debugging with IFX.
I have escalated this issue to our debugger team for a fix. 

0 Kudos
Reply