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

Debug : watch variables

Hyungjun_K_
Beginner
294 Views

I'm using Intel Parallel Studio 2015 Composer Edition.

When debugging, some variables in other module is need to watch but not seen.

The way I use is

module name::variable name

Then, I can see those variables in breakpoint.

Is there any other way or compile option to show all variables defined in other module??

0 Kudos
1 Reply
Steven_L_Intel1
Employee
294 Views

If the variable is used in the current scope, you shouldn't need that syntax, but otherwise you do.

0 Kudos
Reply