diff --git a/collects/errortrace/doc.txt b/collects/errortrace/doc.txt index 7555ce61cc..eeac8ab681 100644 --- a/collects/errortrace/doc.txt +++ b/collects/errortrace/doc.txt @@ -33,7 +33,7 @@ handler or the error display handler. Exception Information --------------------- -Invoking the errortrace.ss module sets the compilation handler to +Invoking the _errortrace.ss_ module sets the compilation handler to instrument Scheme source code. It also sets the error display handler to report source information for an exception, and it sets the `use-compiled-file-paths' parameter to trigger the use of @@ -44,6 +44,9 @@ errortrace-specific .zo files. file). But use the "--mode errortrace" flag to Setup PLT to create .zo files with errortrace information. +Explicitly requiring "errortrace.ss" within a module is generally a +bad idea, since "errortrace.ss" sets various parameters. + Errortrace's instrumentation can be explicitly disabled via the `instrumenting-enabled' boolean parameter. Instrumentation is on by default. The `instrumenting-enabled' parameter affects only the way