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

Local variables and class statement

Gert_B_
Beginner
515 Views
When I pass a variable of a given Type to a subroutine where the dummy argument is defined as being of Class(Type), my local variables (in Visual Studio) during debug only shows some integer value (probably a pointer to an adress).

My question, is there some way (debug flag maybe) which allows me to see the actual values for the local variables?

Thanks
// Gert
0 Kudos
2 Replies
abhimodak
New Contributor I
515 Views
Hi Gert

Does this happen to all local variables? (I am guessing not.) The debugger's inability to show class variables is a known issue (see http://software.intel.com/en-us/forums/showthread.php?t=75442&o=a&s=lr and a few other posts).

Abhi
0 Kudos
Gert_B_
Beginner
515 Views
Thank you Abhi! This answered my question directly, and from the other post it seams this will be corrected until the next release.

// Gert
0 Kudos
Reply