Get the latest tech news
Haskell: Debugging
Stack trace General usage Recent versions of GHC allow a dump of a stack trace (of all cost centres) when an exception is raised. In order to enable this, compile with -prof, and run with +RTS -xc.
None
Or read this on Hacker News