Re: BREAKing into Euphoria
- Posted by Matt Lewis <matthewwalkerlewis at gma?l.co?> Sep 12, 2007
- 2183 views
Andy Drummond wrote: > > Yes, I am pretty sure I'm going to have to do just that. I suppose with > a fairly quick PC even trace(3) shouldn't make it unusable. I may create > a mind-blowingly enormous file, though, unless Rob has been especially > clever. It will probably seem really slow. But you should only need to do that once, and then you can zero in on the problem. The file never grows beyond a certain size (~40K) since it only saves a total of 500 lines. Check out the docs for more details, but it should be pretty obvious once you start using it. Just search the file for "THE END" to see where it stopped logging. Matt