Author: spetreolle
Date: Sat Jan 26 00:38:43 2008
New Revision: 32006
URL:
http://svn.reactos.org/svn/reactos?rev=32006&view=rev
Log:
display exception text as well
Modified:
trunk/reactos/dll/win32/kernel32/except/except.c
Modified: trunk/reactos/dll/win32/kernel32/except/except.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/except/…
==============================================================================
--- trunk/reactos/dll/win32/kernel32/except/except.c (original)
+++ trunk/reactos/dll/win32/kernel32/except/except.c Sat Jan 26 00:38:43 2008
@@ -395,6 +395,7 @@
{
DPRINT1("Delphi Exception at address: %p\n",
ExceptionRecord.ExceptionInformation[0]);
DPRINT1("Exception-Object: %p\n",
ExceptionRecord.ExceptionInformation[1]);
+ DPRINT1("Exception text: %s\n",
ExceptionRecord.ExceptionInformation[2]);
}
/* Raise the exception */