On this page:
Errortrace:   Debugging and Profiling
5.92

Errortrace: Debugging and Profiling

Errortrace is a stack-trace-on-exceptions, profiler, and coverage tool for Racket. It is not a complete debugger; DrRacket provides more. Meanwhile, using Errortrace might be better than Racket’s limited stack-trace reporting.

    1 Quick Instructions

    2 Installing Errortrace

    3 Using Errortrace

      3.1 Instrumentation and Profiling

      3.2 Coverage

      3.3 Other Errortrace Bindings

    4 Errortrace Library

    5 Re-using Errortrace Stack Tracing

    6 Errortrace Key