[plt-scheme] How to invoke errortrace with MzScheme v4.1?

From: Benjamin L.Russell (DekuDekuplex at Yahoo.com)
Date: Thu Sep 25 02:57:06 EDT 2008

I would like to invoke MzScheme v4.1 with errortrace, a la 

>MzScheme.exe -M errortrace

as was possible in v372, but for some reason, according to the help
provided by 

>MzScheme.exe -h

the -M option, which used to be mapped to 

>-e '(require (lib "<coll>.ss" "<coll>"))'

no longer exists.

So, I tried running

>MzScheme.exe -e '(require (lib "<coll>.ss" "<coll>"))' errortrace

only to get the following error message:

>#f::1: read: expected a `)' to close `('

How do I invoke errortrace with MzScheme v4.1?

-- Benjamin L. Russell



Posted on the users mailing list.