[plt-scheme] Re: How to invoke errortrace with MzScheme v4.1?
On Thu, 25 Sep 2008 03:07:00 -0400, Eli Barzilay
<eli at barzilay.org> wrote:
>On Sep 25, Benjamin L.Russell wrote:
>>
>> How do I invoke errortrace with MzScheme v4.1?
>
>http://docs.plt-scheme.org/errortrace/quick-instructions.html
On Thu, 25 Sep 2008 03:08:53 -0400, Neil Van Dyke
<neil at neilvandyke.org> wrote:
>Benjamin L.Russell wrote at 09/25/2008 02:57 AM:
>> How do I invoke errortrace with MzScheme v4.1?
>
>Matthew had several emails on this when I asked about errortrace in 4.0.2:
>http://list.cs.brown.edu/pipermail/plt-scheme/2008-August/026250.html
>
>For a client's system, we have gotten sufficient backtraces under PLT
>4.x by always running with JIT disabled. Since we started doing this, I
>don't think we've really needed errortrace.
Thank you both, Eli and Neil.
The following command now works fine in GNU Emacs 22.1.1
(i386-mingw-nt5.1.2600) of 2007-06-02 on RELEASE:
>mzscheme -i -l errortrace
-- Benjamin L. Russell