mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 23:49:28 +02:00
dump exception backtrace in case of error, when deleting a component
git-svn-id: trunk@8015 -
This commit is contained in:
parent
3e08307ac5
commit
fc9c3bb22a
@ -720,6 +720,7 @@ Begin
|
||||
on E: Exception do begin
|
||||
DebugLn('TComponentInterface.Delete ERROR:',
|
||||
' "'+OldName+':'+OldClassName+'" ',E.Message);
|
||||
DumpExceptionBackTrace;
|
||||
MessageDlg('Error',
|
||||
'An exception occured during deletion of'#13
|
||||
+'"'+OldName+':'+OldClassName+'"'#13
|
||||
|
Loading…
Reference in New Issue
Block a user