[project @ 2005-01-28 23:33:57 by krasimir]
authorkrasimir <unknown>
Fri, 28 Jan 2005 23:33:58 +0000 (23:33 +0000)
committerkrasimir <unknown>
Fri, 28 Jan 2005 23:33:58 +0000 (23:33 +0000)
commit99a329d9b272925dcdf474ce2369e9421b51e51c
tree9f0671eba2a852e4cb29490e493e3cdee108862c
parent5505736fa4594514aab2b3ea8b15171e8349b91e
[project @ 2005-01-28 23:33:57 by krasimir]
- The output from uncaught exceptions handler is redirected to RTS's errorBelch.
- The output from Debug.Trace is redirected to RTS's debugBelch
- Usually errorBelch and debugBelch messages go to stderr except for
Windows GUI applications. For GUI applications the Debug.Trace output is
redirected to debug console and the exceptions message is displayed in message box.
Control/Exception.hs
Debug/Trace.hs
cbits/writeError.c [deleted file]
include/HsBase.h