Fixed checking CurrentDebuggerPropertiesConfig for nil.

Related to 4f145f9709

(cherry picked from commit 9d94d1fa28)
This commit is contained in:
Sergey Larin 2020-12-22 18:32:24 +03:00 committed by Martin
parent 3a8059f59c
commit e1bf1d6a75

View File

@ -796,7 +796,7 @@ begin
s:=MakeExeComboBox.Text;
if s<>'' then
EnvironmentOptions.MakeFilename:=s;
if not (FSkipDebugger and (EnvironmentOptions.CurrentDebuggerPropertiesConfig <> nil))
if not FSkipDebugger and (EnvironmentOptions.CurrentDebuggerPropertiesConfig <> nil)
then begin
s:=DebuggerComboBox.Text;
if s<>'' then begin