mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
display exception text as well
svn path=/trunk/; revision=32006
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user