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

IVF for Windows Debugger question

postaquestion
Novice
280 Views

Debugger question:

How do you examine a variable declared inside a module?

0 Kudos
1 Reply
Steven_L_Intel1
Employee
280 Views
In the Watch window, type:

modulename::variablename

You should be able to see the variable in a routine if it is referenced there.
0 Kudos
Reply