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.
29281 Discussions

No visualization issue of 'watching' derived type variable in debug mode

mchoi
Novice
763 Views

Hello!

I am using the newest intel Fortran complier (v.2025.1.1.11) with visual studio community 2022.

I found that the array entries of derived type variables do not appear properly in  'watch' windows, especially when the variable is delivered as an input argument of a function. For example, please find the picture below. The relevant source files are also attached. Here, the problem is that I cannot see the components of the array 'A%COMP'. In the watch window, its dimension is shown properly, but the components are not shown. I am wondering if this problem can be solved.

Thank you.

 

 

Picture_test.png

 

0 Kudos
2 Replies
taehunkim
Employee
654 Views

Hi,

If you download it from the link below and install it, you can see the values of the derived data type variables.

https://marketplace.visualstudio.com/items?itemName=intel-corporation.FortranExpressionEvaluator

 

Thanks

0 Kudos
garraleta_fortran
628 Views

In my computer works ok.

Send file BuildLog.txt

New-1.jpg

 

Reply