mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 06:59:14 +02:00
debugger: reset "Notify on Lazarus exceptions" option for new projects
git-svn-id: trunk@18917 -
This commit is contained in:
parent
95b6a7b814
commit
dd45a62e40
@ -3936,6 +3936,7 @@ end;
|
|||||||
procedure TBaseExceptions.Reset;
|
procedure TBaseExceptions.Reset;
|
||||||
begin
|
begin
|
||||||
ClearExceptions;
|
ClearExceptions;
|
||||||
|
FIgnoreAll := False;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TBaseExceptions.Find(const AName: String): TBaseException;
|
function TBaseExceptions.Find(const AName: String): TBaseException;
|
||||||
|
Loading…
Reference in New Issue
Block a user