IDE: Run without debug, pass command-line args. Issue #0035649

git-svn-id: trunk@61318 -
This commit is contained in:
martin 2019-06-04 09:42:17 +00:00
parent 67fb3593fe
commit c2480c6563

View File

@ -7251,6 +7251,7 @@ begin
end;
//writeln('TMainIDE.DoRunProjectWithoutDebug ExeFile=',ExeFile);
Process.Executable := ExeFile;
Process.Parameters.Assign(Params);
ARunMode := Project1.RunParameterOptions.GetActiveMode;
if ARunMode<>nil then