Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Debug : watch variables

Hyungjun_K_
Beginner
554 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
554 Views

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

0 Kudos
Reply