- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 (?)
Link Copied

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page