From 0a78bc4fe1c7ec93eddbb9d629bdc2231e49fcea Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 10 Apr 2008 01:40:02 +0000 Subject: [PATCH] note how to use errortrace interactively svn: r9230 --- collects/errortrace/scribblings/errortrace.scrbl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/collects/errortrace/scribblings/errortrace.scrbl b/collects/errortrace/scribblings/errortrace.scrbl index f4c043a4e8..7ffcdadbe5 100644 --- a/collects/errortrace/scribblings/errortrace.scrbl +++ b/collects/errortrace/scribblings/errortrace.scrbl @@ -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.}