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

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

mchoi
Novice
696 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
587 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
561 Views

In my computer works ok.

Send file BuildLog.txt

New-1.jpg

 

Reply