mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 10:55:55 +02:00
Debugger: Ask to add RunError to ignored exceptions
git-svn-id: trunk@44740 -
This commit is contained in:
parent
5d640f36c9
commit
e8d0b0687b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user