[plt-scheme] Running mzc with DrScheme-compatible error-tracing stuff?

From: Eli Barzilay (eli at barzilay.org)
Date: Thu Feb 14 13:16:46 EST 2008

On Feb 14, Danny Yoo wrote:
> I notice that the error tracebacks I get from code compiled with
> plain mzc aren't as informative as if I had led DrScheme to do the
> compilation itself.
> 
> Is there anything I can do so mzc also adds the annotations that
> DrScheme's runtime expects?

setup-plt has a `--mode' flag.  (I'm not sure, but maybe the zos are
expected to be in a different place.)

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.