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

invisible Variables

rahzan
Novice
268 Views
If a common piece of data is declareed in the data section of a module, its value is not accessible in the debug mode, even within the routines which are contained in the module.

Is there a way to get at these values in the debugger?

Thanks, Tim
0 Kudos
1 Reply
Steven_L_Intel1
Employee
268 Views
Yes it is... Use the syntax modulename::variablename in the Watch window.

Steve
0 Kudos
Reply