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

Display variables during debugging

GEMSS3D1
Beginner
153 Views

Hi,

I recently installed 2026 version in VS 2026 version. All went well. When I debug the code, I am not able to display variables that are in the common blocks or allocated variables. This is a huge code and I am challenged to do any modification to the code. Is there any reason as why I am not able to display the values for the variables?. This happens when I have my cursor on the variable or in the watch window. I checked Fortran expression evaluator and it is installed.

Thanks

Venkat

0 Kudos
2 Replies
AndyKP
Beginner
61 Views

I have the same problem, so I don't think it's just you. It was fine in the previous version (2025.x I think). Scalars display properly but allocated arrays do not.

0 Kudos
Shiquan_Su
Moderator
8 Views

What about the "Locals" Windows? Can you see the variable values properly in the Locals window?

Would you please uninstall FEE, then install it again, to make sure the FEE is the latest version?

If you create a new solution with a simple hello world code but use some common blocks and allocated variables, can the new solution properly handle the variables? If the same issues are reproduced, can you attach your new solution here as the reproducer? We can work on the reproducer then.

0 Kudos
Reply