Hoed

Lightweight algorithmic debugging.

https://wiki.haskell.org/Hoed

Version on this page:0.4.0
LTS Haskell 14.27:0.5.1
Stackage Nightly 2019-09-21:0.5.1
Latest on Hackage:0.5.1

See all snapshots Hoed appears in

BSD-3-Clause licensed by Maarten Faddegon
Maintained by [email protected]
This version can be pinned in stack with:Hoed-0.4.0@sha256:8d575b50fc0a797e278831593888da53ed2831cfa0776814f25f6ebc216df78d,2042

Module documentation for 0.4.0

Hoed - A Lightweight Haskell Tracer and Debugger

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 using a webbrowser. See the

Project homepage

for more information on what it does and how you can use it to find bugs in your code.

Submit feature requests or contribute code on the

Github projectpage Build Status