mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
display Delphi library exceptions in debug log
svn path=/trunk/; revision=31912
This commit is contained in:
@@ -391,6 +391,12 @@ RaiseException(IN DWORD dwExceptionCode,
|
||||
}
|
||||
}
|
||||
|
||||
if (dwExceptionCode == 0xeedface)
|
||||
{
|
||||
DPRINT1("Delphi Exception at address: %p\n", ExceptionRecord.ExceptionInformation[0]);
|
||||
DPRINT1("Exception-Object: %p\n", ExceptionRecord.ExceptionInformation[1]);
|
||||
}
|
||||
|
||||
/* Raise the exception */
|
||||
RtlRaiseException(&ExceptionRecord);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user