[Haskell-cafe] can't STOP after interrupt winGHCi or ghci
Kees Bleijenberg
K.Bleijenberg at lijbrandt.nl
Thu Mar 19 07:59:57 UTC 2015
Now I realize maybe I didn't make my point clear. What I want is not just
interrupting the output of the compiler, but also stop the output of the
compiler after interrupting.
Van: Haskell-Cafe [mailto:haskell-cafe-bounces at haskell.org] Namens Kees
Bleijenberg
Verzonden: woensdag 18 maart 2015 11:12
Aan: haskell-cafe at haskell.org
Onderwerp: [Haskell-cafe] can't nterrupt winGHCi or ghci
With a haskell program I generated a very big haskell file. Sometimes the
generated haskell is not valid. If I load the genearated file in winGHCi a
flood of error messages streams over the screen. If I press ctrl-break
WinGHCi stops and says interrupted. If I click Ok the program continues
printing error messages. Ctrl-c or just c, doesn't help. So I have to wait
until WinGHCi has shown all error messages (can take minutes) or close the
WinGHCi window. Ghci has (on Windows) the same behaviour.
Is there a special key combination to stop Ghc or Ghci or is this a bug?
Kees
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20150319/33d63aff/attachment.html>
More information about the Haskell-Cafe
mailing list