display exception text as well
authorSylvain Petreolle <spetreolle@yahoo.fr>
Fri, 25 Jan 2008 21:38:43 +0000 (21:38 +0000)
committerSylvain Petreolle <spetreolle@yahoo.fr>
Fri, 25 Jan 2008 21:38:43 +0000 (21:38 +0000)
svn path=/trunk/; revision=32006

reactos/dll/win32/kernel32/except/except.c

index c866ef2..9440984 100644 (file)
@@ -395,6 +395,7 @@ RaiseException(IN DWORD dwExceptionCode,
     {
         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 */