<div dir="ltr"><div>That's interesting.<br><br>I must confess that I find the need to debug in Haskell greatly reduced because I tend to design stuff in small incremental steps in ghci / emac in a Lisp like way which means that I am reasoning out my code as I write it which usually means there are no logical bugs at least.<br></div><br>However I can see the need on occasion to maybe debug into issues relating to threads / STM and behaviours between processes in general.<br><br>Have you tried using Leksah, the Haskell IDE?<br><br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On 9 April 2015 at 02:21, Dimitri DeFigueiredo <span dir="ltr"><<a href="mailto:defigueiredo@ucdavis.edu" target="_blank">defigueiredo@ucdavis.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I need to improve my Haskell debugging skills. I know of quickcheck, but that's for testing. It seems that:<br>
<br>
- Debug.Trace and<br>
- dynamic breakpoints in GHCi<br>
<br>
Are the two easy ways to check the state of your program at a specific point in execution.<br>
Is there another simple tool that I should know about? Any tips?<br>
<br>
Thank you,<br>
<br>
Dimitri<br>
<br>
______________________________<u></u>_________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@haskell.org" target="_blank">Beginners@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners" target="_blank">http://mail.haskell.org/cgi-<u></u>bin/mailman/listinfo/beginners</a><br>
</blockquote></div><br></div>