The latest version of Hoed is 0.5.1-0.

Hoed

Version 0.3.3 revision 0 uploaded by faddegon.

Package meta

Synopsis
Lightweight algorithmic debugging.
Description

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.

Hoed comes in two flavours: Hoed.Pure and Hoed.Stk. Hoed.Stk uses the cost-centre stacks of the GHC profiling environment to construct the information needed for debugging. 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.

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