[Haskell-cafe] Re: How to catch error in array index when debugging

2009-03-14 Thread Peter Hercek
Colin Paul Adams wrote: "Adrian" == Adrian Neumann writes: Adrian> You can use the ghci debugger >> http://www.haskell.org/ghc/docs/latest/html/users_guide/ghci- Adrian> debugger.html Adrian> it can set breakpoints on exceptions. So i tried adding the -fbreak-on-error flag. I

Re: [Haskell-cafe] Re: How to catch error in array index when debugging

2009-03-15 Thread Colin Paul Adams
> "Peter" == Peter Hercek writes: Peter> Colin Paul Adams wrote: >>> "Adrian" == Adrian Neumann >>> writes: >> Adrian> You can use the ghci debugger >> >> >> http://www.haskell.org/ghc/docs/latest/html/users_guide/ghci- Adrian> debugger.html >>