Hacker News new | ask | show | jobs
by batterseapower 5652 days ago
You can "printf debug" Haskell code pretty well using 'trace' (http://hackage.haskell.org/packages/archive/base/latest/doc/...) which was designed for the purpose.

The lack of gdb support for Haskell is very irritating, but it seems you won't get that with Scotch at the moment either.