[plt-scheme] Running mzc with DrScheme-compatible error-tracing stuff?
At Thu, 14 Feb 2008 13:16:46 -0500, Eli Barzilay wrote:
> 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.)
But I don't think that DrScheme uses bytecode that was built in
errortrace mode.
Maybe DrScheme could, just by extending the value of
`use-compiled-file-paths', but I'm not sure it's that easy.
Matthew