Fixed checking CurrentDebuggerPropertiesConfig for nil.

Related to 4f145f9709
This commit is contained in:
Sergey Larin 2020-12-22 18:32:24 +03:00
parent c28cc988ec
commit 9d94d1fa28

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