1 Quick Instructions
2 Installing Errortrace
3 Using Errortrace
4 Errortrace Library
5 Re-using Errortrace Stack Tracing
Version: 4.0.2

 

1 Quick Instructions

The errortrace module is strange; don’t import it into another module. Instead, the errortrace module is meant to be invoked from the top-level, so that it can install an evaluation handler, exception handler, etc.

To reuse parts of the code of errortrace, import errortrace/errortrace-lib. It contains all of the bindings described here, but does not set the compilation handler or the error display handler.