mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-24 01:59:43 +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;
|
||||
begin
|
||||
ClearExceptions;
|
||||
FIgnoreAll := False;
|
||||
end;
|
||||
|
||||
function TBaseExceptions.Find(const AName: String): TBaseException;
|
||||
|
Loading…
Reference in New Issue
Block a user