[Haskell] debuggers

Chris Kuklewicz haskell at list.mightyreason.com
Sat Mar 11 13:20:58 EST 2006


Bulat Ziganshin wrote:
> Hello Ernesto,
> 
> Saturday, March 11, 2006, 7:36:21 PM, you wrote:
> 
> EDS> Some body know another debugger?
> 
> printf :)
> 

Debug.Trace, such as (trace (show foo) a)
and
System.IO.Unsafe, such as (unsafePerformIO ( print foo >> return a))



More information about the Haskell mailing list