@hackage Hoed0.3.5

Lightweight algorithmic debugging.

Hoed - A Lightweight Haskell Tracer and Debugger Build Status

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.

  • Installation

  • Dependencies (0)

  • Dependents (1)

    @hackage/arrowp-qq
  • Package Flags

      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.