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

Watching module level variables in Visual Studio

dancerchris
Beginner
1,127 Views
I am having problems with "watching" module level (defined at the specification-part, with attributes public and save). It is a pain debugging when I can't see module shared variables in a watch window. Do I need to specify the module as well rather than just highlighting the variable? Any help here would be useful.

I am using IVF 11.0.066

I am using MS Visual Studio 2005 8.0.50727.42

Thanks
0 Kudos
2 Replies
DavidWhite
Valued Contributor II
1,127 Views
I believe the syntax is module name:variable name or module name::variable name One of these should work. David
0 Kudos
dancerchris
Beginner
1,127 Views

Thanks David!! The syntax is module_name::variable_name. That worked!

couldn't find documentation on this. :(

0 Kudos
Reply