The latest version of Hoed is 0.5.1-0.

Hoed

Version 0.3.2 revision 0 uploaded by faddegon.

Package meta

Synopsis
Lightweight algorithmic debugging.
Description

Hoed is a tracer and debugger for the programming language Haskell. You can trace a program by annotating functions in suspected modules and linking your program against standard profiling libraries.

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.

Hoed comes in two flavours: Hoed.Pure and Hoed.Stk. Hoed.Pure is recommended over Hoed.Stk: to debug your program with Hoed.Pure you can optimize your program and do not need to enable profiling. Hoed.Stk is Hoed as presented on PLDI 2015 and possibly has benefits over Hoed.Pure for debugging concurrent/parallel programs.

Author
Maarten Faddegon
Bug reports
n/a
Category
Debug, Trace
Copyright
(c) 2000 Andy Gill, (c) 2010 University of Kansas, (c) 2013-2015 Maarten Faddegon
Homepage
http://maartenfaddegon.nl
Maintainer
hoed@maartenfaddegon.nl
Package URL
n/a
Stability
n/a

Components