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

Undefined pointer/array in Debugger

Dishaw__Jim
Beginner
1,204 Views
I don't know what I did, but every variable in my watch list shows "Undefined pointer/array" and in the locals list, all arrays have "Undefined address" for values and only scalar variables have actual values.

Any ideas on how to fix this? I've attempted a repair of the visual studio integration and rebooting my machine to no avail. I recently installed the 9.1.037 update and the debugger was working after that.

0 Kudos
2 Replies
Jeffrey_A_Intel
Employee
1,204 Views

> "I recently installed the 9.1.037 update and the debugger was working after that." Can I assume you meant to say the debugger was working *BEFORE* that?

Try this: uninstall the Fortran Visual Studio IDE integration which you installed from the 9.1.037 kit. Then install the Fortran Visual Studio IDE integration from the 9.1.036 kit. Does that fix the problem?

A debugging problem with the symptoms you describe was introduced in 9.1.037, and a work-around is to go back to the previous IDE integration. The problem is fixed in the next 9.1 update.

0 Kudos
Dishaw__Jim
Beginner
1,204 Views
Going back to 9.1.036 fixed the problem. Thanks
0 Kudos
Reply