mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 18:40:29 +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;
|
end;
|
||||||
|
|
||||||
if (AExceptionType in [deInternal, deRunError]) then begin
|
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
|
if Ignore then begin
|
||||||
Exceptions.AddIfNeeded(AExceptionClass);
|
Exceptions.AddIfNeeded(AExceptionClass);
|
||||||
Exceptions.Find(AExceptionClass).Enabled := True;
|
Exceptions.Find(AExceptionClass).Enabled := True;
|
||||||
|
Loading…
Reference in New Issue
Block a user