[Haskell-cafe] Interactive debugging?

Brandon S. Allbery KF8NH allbery at ece.cmu.edu
Sun Feb 15 22:07:08 EST 2009


On 2009 Feb 15, at 15:22, Colin Paul Adams wrote:
> Can this be done with Haskell? In particular, I'm using ghc 6.10.1.
> Can I get symbols for use with gdb, for instance

gdb would be extremely painful; the flow of execution in lazy  
languages is unusual.

ghci from 6.8.1 on has an interactive debugger built in; it's still  
evolving though.

-- 
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery at kf8nh.com
system administrator [openafs,heimdal,too many hats] allbery at ece.cmu.edu
electrical and computer engineering, carnegie mellon university    KF8NH


-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://www.haskell.org/pipermail/haskell-cafe/attachments/20090215/97031dc7/PGP.bin


More information about the Haskell-Cafe mailing list