I am debugging a program, and I get a breakpoint, apparently because of an out-of-range subscript.
Anyway, when I open the relevant subroutine, isn't it supposed to SHOW me where the breakpoint occurred?
(It is mentioned in the OUTPUT pane.) but it doesn't show me where in the CODE listing.
I also wanted to put the cursor on some variables that would show me their contents
so I can track down why it occurred. But I don't get anything regarding what is stored in any of them.
I was hoping I would not have to insert a bunch of PRINT statements, and run it again, but the debugger will not reveal
what I need to look at.
any reason why this might be happening? Sometimes it works, but it fails when i have a routine with a lot of source lines in it.