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. ;-) _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
