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
初学者
172 次查看

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 项奖励
2 回复数
AndyKP
初学者
80 次查看

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 项奖励
Shiquan_Su
主持人
27 次查看

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 项奖励
回复