
16 Aug
2012
16 Aug
'12
10:31 a.m.
Hey, I am trying to understand haskell program not written by me. During runtime one function is called with parameters which makes the function throw an error. I want to know from where the function is called. In c++ I would set a breakpoint on the error throwing code, and let gdb print the backtrace. To I have similar options in haskell? What other options do I have? Thanks! Nathan