Hoed: Lightweight algorithmic debugging.

[ bsd3, debug, library, trace ] [ Propose Tags ]

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.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0, 0.2.1, 0.2.2, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.6, 0.4.0, 0.4.1, 0.5.0, 0.5.1
Change log changelog
Dependencies array, base (>=4 && <5), bytestring, cereal, containers, directory, filepath, libgraph (==1.14), mtl, process, regex-posix, time [details]
License BSD-3-Clause
Copyright (c) 2000 Andy Gill, (c) 2010 University of Kansas, (c) 2013-2017 Maarten Faddegon
Author Maarten Faddegon
Maintainer hoed@maartenfaddegon.nl
Category Debug, Trace
Home page https://wiki.haskell.org/Hoed
Source repo head: git clone https://github.com/MaartenFaddegon/Hoed.git
Uploaded by faddegon at 2017-09-09T17:30:38Z
Distributions
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 12293 total (60 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-09-09 [all 1 reports]

Readme for Hoed-0.4.0

[back to package description]

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