[Haskell-cafe] Newbie question: Where is StackOverflow on the Wiki?

Bas van Dijk v.dijk.bas at gmail.com
Thu Aug 23 17:31:40 EDT 2007


On 8/20/07, Stefan O'Rear <stefanor at cox.net> wrote:
> ...
> (I need to find some way to automate making these trails :) )
> ...

I think you can come a long way with the debugger in GHC HEAD. It
provides a :trace command that, when applied to an expression with
some breakpoint in it, remembers the history of evaluation steps. You
can view the history with :hist.

See: http://www.haskell.org/ghc/dist/current/docs/users_guide/ghci-debugger.html#tracing

regards,

Bas


More information about the Haskell-Cafe mailing list