atom-haskell / haskell-debug

Implements a graphical haskell debugger in atom, using ghci
https://atom.io/packages/haskell-debug
MIT License
21 stars 1 forks source link

Break on exception doesn't work properly #3

Open ThomasHickman opened 8 years ago

ThomasHickman commented 8 years ago

ghc is broken https://ghc.haskell.org/trac/ghc/ticket/3397, so this means that breaking on an exception will freeze the debugger in some instances