note how to use errortrace interactively

svn: r9230
This commit is contained in:
Matthew Flatt 2008-04-10 01:40:02 +00:00
parent 4c14045c5d
commit 0a78bc4fe1

View File

@ -25,7 +25,11 @@ MzScheme's limited stack-trace reporting.
@schemeblock[(require errortrace)]
or start MzScheme with the @Flag{l} option before the
arguments to load your program:
@commandline{mzscheme -l errortrace ...}}
@commandline{mzscheme -l errortrace ...}
If you want to use MzScheme interactively, include the
@Flag{i} flag first:
@commandline{mzscheme -i -l errortrace}}
@item{When an exception occurs, the exception handler prints
something like a stack trace, most recent contexts first.}