Hoed: Lightweight algorithmic debugging.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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.


[Skip to Readme]

Properties

Versions 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, 0.5.1
Change log changelog
Dependencies array, base (>=4 && <5), bytestring, cereal, cereal-text, cereal-vector, clock, containers, deepseq, directory, hashable (>=1.2.5), libgraph (==1.14), open-browser, primitive, process, QuickCheck, regex-tdfa, regex-tdfa-text, semigroups, strict, template-haskell, terminal-size, text, transformers, uniplate, unordered-containers, vector, vector-th-unbox [details]
License BSD-3-Clause
Copyright (c) 2000 Andy Gill, (c) 2010 University of Kansas, (c) 2013-2018 Maarten Faddegon
Author Maarten Faddegon
Maintainer hoed@maartenfaddegon.nl
Category Debug, Trace
Home page https://github.com/MaartenFaddegon/Hoed
Source repo head: git clone https://github.com/MaartenFaddegon/Hoed.git
Uploaded by faddegon at 2018-03-17T06:54:12Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for Hoed-0.5.1

[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.

Submit feature requests or contribute code on the

Github projectpage Build Status