Debugger: Ask to add RunError to ignored exceptions

git-svn-id: trunk@44740 -
This commit is contained in:
martin 2014-04-16 03:44:21 +00:00
parent 5d640f36c9
commit e8d0b0687b

View File

@ -1023,7 +1023,7 @@ begin
end;
if (AExceptionType in [deInternal, deRunError]) then begin
AContinue := ExecuteExceptionDialog(msg, Ignore, AExceptionType = deInternal) = mrCancel;
AContinue := ExecuteExceptionDialog(msg, Ignore, AExceptionType in [deInternal, deRunError]) = mrCancel;
if Ignore then begin
Exceptions.AddIfNeeded(AExceptionClass);
Exceptions.Find(AExceptionClass).Enabled := True;