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

Problem monitoring a data cell

WSinc
New Contributor I
437 Views

I have this array that is getting clobbered, and I can put it in a WATCH window.

Also, putting the cursor on it displys the contents of it as it should.

However, when I do a DATA BREAKPOINT, the location it's montoring is nowhere near the area of interest.

And the value displayed in the cell is also incorrect

So I get the impression that the debugger does not know how to find the correct address where to look, at

least for the data breakpoint.

It may have to do with the array being the input to the subroutine in the argument list.

However, as mentioned above, the debugger can find it other ways, so it is not consistent.

Is there a way around this? Maybe do a LOC function and put in the absolute location.

Will the debugger let me do that? The problem is, it bounces around when I make minor changes to the code.

But maybe there is a quicker way (?)

0 Kudos
0 Replies
Reply