trace window bug
- Posted by Bob Elia <bobelia200 at netzero.net> Aug 02, 2005
- 579 views
Has anyone ever noticed or reported this before?
-- run this; press 'q'; press '?'; press 'i'; press ENTER -- trace screen shows "i = 1000" with trace trace(1) integer start for i = 1 to 1000 do end for for i = 1 to 500 do end for for i = 1 to 10 do if i = 5 then trace(1) start = i exit end if end for
This should, at least, get a note in the docs. I'd rather have it fixed but only if fixing it doesn't add any significant overhead. Bob