RE: Anyone want to code a useful utility and get some EuBucks?
- Posted by Kat <gertie at PELL.NET> Jun 13, 2002
- 530 views
On 13 Jun 2002, at 11:59, SR.Williamson wrote: > > I didn't realize that long sequences are truncated until Bernie > mentioned it. I normally don't use long sequences. > > By strange coincidence, on this project, I do use them, and yep, they > are truncated. I had planned to use ex.err as a debugging tool, but it's > pretty useless now. > > Anyone up for coding a debug include file that will write a list of > variables and sequences to an eds database? You can't write a general include to list all the vars used up until then, for two reasons. 1) you can't point a crash routine at it, so it will not have the correct state of the vars at crash time. Many people have asked for this ability. 2) you can't know the names and state of vars unless explicitly coded into the include at run time. I have asked for this repeatedly, it would be a step up from mirc. Kat