@hackage Hoed0.3.6

Lightweight algorithmic debugging.

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

  • Installation

  • Dependencies (0)

  • Dependents (1)

    @hackage/arrowp-qq
  • Package Flags

      buildpropexamples
       (off by default)

      Build example executables.

      buildexamples
       (off by default)

      Build example executables.

      validatepure
       (off by default)

      Build test cases to validate Hoed-pure.

      validatestk
       (off by default)

      Build test cases to validate Hoed-stk.

      validategeneric
       (off by default)

      Build test cases to validate deriving Observable for Generic types.

      validateprop
       (off by default)

      Build test cases to validate deriving judgements with properties.