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

display more than array 1000 elements in visual studio

Brian_Murphy
New Contributor II
221 Views

In the visual studio debugger, is it possible to display more than array 1000 elements?

0 Kudos
2 Replies
Steven_L_Intel1
Employee
221 Views

Yes. In the Quickwatch window, use the syntax A(1:4567) or whatever you want. 

0 Kudos
Brian_Murphy
New Contributor II
221 Views

That'll do it.  Thanks, Steve

Brian

0 Kudos
Reply