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

viewing parameter in Debug mode (9.0.019)

tropfen
New Contributor I
528 Views
Hello,

what do i have to do to view a parameter in the debug mode.
All i can see is "Undefined variable ... "

I have used a complete new sample program in IVF 9.0.019

Thanks in advance
Frank
0 Kudos
1 Reply
Steven_L_Intel1
Employee
528 Views
You need to add the /debug-parameters option to the command line. If you are using the IDE, there is not yet a "property" for this, so select Command Line and add it there. The property will be added in a future update.

See the Release Notes or the on-disk documentation for more details on the use of this switch and its three optional values (none, used, all).
0 Kudos
Reply