[Haskell-cafe] Interactive debugging?

Andrew Coppin andrewcoppin at btinternet.com
Sun Feb 15 15:37:37 EST 2009


Colin Paul Adams wrote:
> Can this be done with Haskell? In particular, I'm using ghc 6.10.1.
>   

Check out the GHC user guide, section 3.5 tells you how to operate 
GHCi's built-in source-level debugger.

> Can I get symbols for use with gdb, for instance?
>   

You *can*... but don't. Unless you want to slowly go mad. ;-)



More information about the Haskell-Cafe mailing list