mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 18:58:04 +02:00
LCL: application: remove DebugInvalidExceptions
git-svn-id: trunk@58070 -
This commit is contained in:
parent
63946f4466
commit
e5bd2976ba
@ -1193,11 +1193,6 @@ procedure TApplication.HandleException(Sender: TObject);
|
||||
Buf: ShortString;
|
||||
begin
|
||||
SetLength(Buf,ExceptionErrorMessage(ExObject,ExAddr,@Buf[1],255));
|
||||
{$IFDEF DebugInvalidExceptions}
|
||||
DebugLn('TApplication.HandleException Strange Exception');
|
||||
DebugLn(Buf);
|
||||
DumpExceptionBackTrace;
|
||||
{$ENDIF}
|
||||
if Assigned(SysUtils.OnShowException) then
|
||||
SysUtils.OnShowException(Buf);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user