
18 Aug
2005
18 Aug
'05
11:17 a.m.
Hi Jake,
program. How do most of the folks here debug their large code base?
You might have some success with Hat, http://www.haskell.org/hat/, for debugging. Unfortunately unless you are doing Monadic computations, breakpoints don't really work as well as in strict imperative programs. Thanks Neil