mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 18:58:12 +02:00
lcl: remove hint
git-svn-id: trunk@22726 -
This commit is contained in:
parent
cea7ca2577
commit
6264b25bc3
@ -1578,8 +1578,10 @@ end;
|
||||
//------------------------------------------------------------------------------
|
||||
procedure ExceptionOccurred(Sender: TObject; Addr:Pointer; FrameCount: Longint;
|
||||
Frames: PPointer);
|
||||
{$ifdef DEBUG_ALLOW_DUMPBACKTRACE}
|
||||
var
|
||||
FrameNumber: integer;
|
||||
{$endif}
|
||||
Begin
|
||||
DebugLn('[FORMS.PP] ExceptionOccurred ');
|
||||
if HaltingProgram or HandlingException then Halt;
|
||||
|
Loading…
Reference in New Issue
Block a user