Debugging

Konrad Hinsen hinsen@cnrs-orleans.fr
Tue, 26 Aug 2003 17:27:11 +0200


My Haskell experiments have reached a size in which debugging tools would=
 be=20
more than welcome, so I looked around, and was very disappointed. I tried=
=20
Hood, which is a pain to use (lots of editing of the code required), I lo=
oked=20
at Buddha but didn't want to downgrade to GHC 5 for trying it (nor is my =
code=20
Haskell 98, because of multi-parameter classes), and all that seems left =
to=20
try is Hat, whose Web site I can't reach at the moment.

So what are you Haskell programmers using for debugging in real life?

Konrad.