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.

Size(array) in debugger?

Ralf
Beginner
444 Views
Hi all,
in loop constructs I mostly use the Size-intrinsic for the last index as in:
do i=1, size(array) ...
but without having a variable declared for the size, there seems to be no way in the debugger to get the information, i.e. size(array) does not work in the debugger windows, or is there a way?
Cheers
-Ralf
0 Kudos
1 Reply
Steven_L_Intel1
Employee
444 Views
I don't know of a way other than expanding the array and seeing how many elements are shown.
0 Kudos
Reply