Colleagues,
That sometimes the record pointer in Debugger stops at the code's line before the stop point (e.g. SET STEP ON) is a well known fact.
However, I haven't seen this pointer shown "stopped" at a code's line way down after the stop point!.. That is - until now. :-(
In my case, I have SET STEP ON, say, on line #100, and the Debugger does stop the execution at that line, but it shows the line pointer stopped at the line #, say, 450...
This always happens after the execution passes CREATE CURSOR command (somewhat lengthy this one, 45 lines in the code).
If you ask how I know that the Debugger has actually stopped where it's supposed to, it is by checking the contents of the memvars whose values are assigned in the code below that my stop point.
Have anyone encountered such faulty behavior of Debugger, and what can be done to fix it?
AHWBGA!
Regards,
Ilya
That sometimes the record pointer in Debugger stops at the code's line before the stop point (e.g. SET STEP ON) is a well known fact.
However, I haven't seen this pointer shown "stopped" at a code's line way down after the stop point!.. That is - until now. :-(
In my case, I have SET STEP ON, say, on line #100, and the Debugger does stop the execution at that line, but it shows the line pointer stopped at the line #, say, 450...
This always happens after the execution passes CREATE CURSOR command (somewhat lengthy this one, 45 lines in the code).
If you ask how I know that the Debugger has actually stopped where it's supposed to, it is by checking the contents of the memvars whose values are assigned in the code below that my stop point.
Have anyone encountered such faulty behavior of Debugger, and what can be done to fix it?
AHWBGA!
Regards,
Ilya