[plt-scheme] stack trace?
Which bit in particular?
As you must have seen if you use DrScheme you get good stack traces from it.
>From MzScheme you can get decent stack traces, though you lose some
precision in location.
Certainly you can hook up a web app written in PLT Scheme to print
similar stack traces. We do, though we print it to the logs, not the
user. And our error page isn't so ugly ;-)
N.
On Jan 29, 2008 6:26 PM, Stephen De Gabrielle <spdegabrielle at gmail.com> wrote:
> Will drscheme do a stack trace like;
...