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

viewing parameter in Debug mode (9.0.019)

tropfen
New Contributor I
493 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
493 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