mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 19:59:14 +02:00
EvaluateDlg: Prevent hanging of IDE with opened dialog by a exception.
git-svn-id: trunk@60094 -
This commit is contained in:
parent
f401b35e17
commit
b98f61cd23
@ -211,6 +211,7 @@ var
|
||||
Opts: TDBGEvaluateFlags;
|
||||
begin
|
||||
S := cmbExpression.Text;
|
||||
if S = '' then Exit;
|
||||
InputHistories.HistoryLists.Add(ClassName, S,rltCaseSensitive);
|
||||
Opts := [];
|
||||
if chkTypeCast.Checked then
|
||||
|
Loading…
Reference in New Issue
Block a user