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

watch window on debug IF2013

steve_konarski
Beginner
507 Views

I am using the IF 2013  fortran on visual studio 2012

 

When in debug mode,I want to watch the variable x+500 instead of x so i can see 600 instead of 100 BUT i get a white cross in a red circle on the watch window - undefined adress !!! .  Under the previous version of Intel Fortran this was possible - say if You have the express

 

    y=(x+500) * ( c**2 +56) - (a-34.5+ d**2)

 

it would be good if you can watch the three bracketed items on the right hand side of the expression

 

this seems a major drawback

 

 regards Steve Konarski

0 Kudos
2 Replies
Georg_Z_Intel
Employee
507 Views
Hello, this problem is known. A solution can be found here: http://software.intel.com/de-de/forums/topic/401256 Best regards, Georg Zitzlsberger
0 Kudos
steve_konarski
Beginner
507 Views

Thanks Georg - - it does the job

 

 steve

0 Kudos
Reply