[project @ 2005-01-28 23:33:51 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)
commit6317d554cb806e1eb03af252dc9744ae4dce10a1
tree03bcd389d79582e358bff5eb52ad7b36363c1444
parent5500fa8ff26e97cdd7112c51ab10266ec193dee4
[project @ 2005-01-28 23:33:51 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.
ghc/includes/RtsMessages.h
ghc/rts/Linker.c
ghc/rts/RtsMessages.c