debugger: reset "Notify on Lazarus exceptions" option for new projects

git-svn-id: trunk@18917 -
This commit is contained in:
paul 2009-03-08 12:13:03 +00:00
parent 95b6a7b814
commit dd45a62e40

View File

@ -3936,6 +3936,7 @@ end;
procedure TBaseExceptions.Reset;
begin
ClearExceptions;
FIgnoreAll := False;
end;
function TBaseExceptions.Find(const AName: String): TBaseException;