Suggested improvement to the trace window
If you run the following code, you should see that it redisplays the
entire screen more than it theoretically should have to, unless your
PC is so fast you can't tell. You might want to check the line numbers
are correct.
I have no idea whether there is an easy way to fix this, nor am I
claiming it is important, but it distracted me enough from what I was
doing to stop and write this(!). Obviously the blank lines are not
blank in the actual code I am working on.
with trace
trace(1)
procedure a()
--line 6
--line 13
for i=1 to 100 do
if i=95 then
--line 16
--line 23
end if
end for
--line 26
end procedure
a()
--line 34
Regards,
Pete
PS I'm using 2.4 at the moment.
|
Not Categorized, Please Help
|
|