[ros-diffs] [spetreolle] 32006: display exception text as well
spetreolle at svn.reactos.org
spetreolle at svn.reactos.org
Fri Jan 25 22:38:43 CET 2008
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/except.c?rev=32006&r1=32005&r2=32006&view=diff
==============================================================================
--- 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 */
More information about the Ros-diffs
mailing list