EvaluateDlg: Prevent hanging of IDE with opened dialog by a exception.

git-svn-id: trunk@60094 -
This commit is contained in:
michl 2019-01-16 17:26:52 +00:00
parent f401b35e17
commit b98f61cd23

View File

@ -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