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

display more than array 1000 elements in visual studio

Brian_Murphy
New Contributor II
515 Views

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

0 Kudos
2 Replies
Steven_L_Intel1
Employee
515 Views

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

0 Kudos
Brian_Murphy
New Contributor II
515 Views

That'll do it.  Thanks, Steve

Brian

0 Kudos
Reply