Hoed-0.5.1: Lightweight algorithmic debugging.
Hoed is a tracer and debugger for the programming language Haskell.
To locate a defect with Hoed you annotate suspected functions and compile as usual. Then you run your program, information about the annotated functions is collected. Finally you connect to a debugging session.
Signatures
Modules
- Debug
- Debug.Hoed Lighweight algorithmic debugging based on observing intermediate values.
- Debug.NoHoed Lighweight algorithmic debugging based on observing intermediate values.