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

Not able to debug dummy arguments up the call stack

Andrew_Smith
Valued Contributor I
844 Views
I can debug values of arguments in the currently executing subroutine. Back up the call stack, I can only see "Undefined address" in the locals window, watch window and mouse over.

Is this normal behaviour for Visual Studio 2008 with IVF 11.0.0.74 ?

Andy Smith
0 Kudos
3 Replies
Steven_L_Intel1
Employee
844 Views
A test case I tried worked in 11.1.051. I don't have all of 11.0.074 installed to try that. Please try a current version.
0 Kudos
Andrew_Smith
Valued Contributor I
844 Views
A test case I tried worked in 11.1.051. I don't have all of 11.0.074 installed to try that. Please try a current version.

Yes it does seam to be fixed in 11.1.051. Our large code does not yet run under 11.1.051 but I am hopeful for a solution within a few weeks. Can we use the 11.1.051 compiler integration to fix the debugging for 11.0.074?
0 Kudos
Steven_L_Intel1
Employee
844 Views

Yes, you can select the 11.0.074 compiler in Tools > Options > Intel Visual Fortran > Compilers. It may be, though, that the fix was, at least partly, in the compiler.
0 Kudos
Reply