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

Watching module variables.

ravisharma
Beginner
331 Views
I have a module in which I defined two integer variables (Say X and Y). This module contains a subroutine which initializes these variables. Now the problem is during debugging, I can see one variable's value by hovering my mouse over it but can't do it for the other. Also, in watch window, I can see the value of one variable but not for the other. If I use modulename::variable in watch window, then I can see both variable's values. Any idea, why such discrimination between variables. I am using CVF 6.6.a.

Ravi
0 Kudos
0 Replies
Reply