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.


Keywords
debug, library, trace, Propose Tags, Skip to Readme, , Index, Debug.Hoed, Debug.Hoed.CompTree, Debug.Hoed.Observe, Debug.Hoed.Render, Debug.Hoed.TH, Debug.NoHoed, Hoed-0.5.1.tar.gz, browse, Package description, Package maintainers, faddegon, edit package information , 0.4.1, 0.5.0, 0.5.1, Github projectpage
License
BSD-3-Clause
Install
cabal install Hoed-0.3.3

Documentation

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.

Submit feature requests or contribute code on the

Github projectpage Build Status