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

Character array value "Invalid Debug Information" when debuging

jond
Novice
653 Views
Hello,

I have attached a simple program that calls a subroutine to concatenate the components of a character array into a single character variable. In the subroutine, the debugger cannot display the values of the character array. Instead it shows "Invalid Debug Information". Is this an expected behavior for the debugger or is it a bug?

Thanks for any help,
Jon
0 Kudos
3 Replies
Jeffrey_A_Intel
Employee
653 Views

Thanks for the simple, straightforward example. It appears the compileris generating incorrect debug information for the variable ctesta in subroutine cadd. Can you submit a problem report via Intel Premier Support? Ask that the problem be assigned to Jeff Arnold.

0 Kudos
Jeffrey_A_Intel
Employee
653 Views

On second thought, since I've reproduced the problem, I'll create the trouble report. You can skip filing a report if you wish.

For my information: which compiler were you using when you found this?

0 Kudos
Jon_D
New Contributor II
653 Views
Both 10.1.021 and 10.1.24 showed the same problem.

Jon
0 Kudos
Reply