mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 14:59:30 +02:00
IDE: Run without debug, pass command-line args. Issue #0035649
git-svn-id: trunk@61318 -
This commit is contained in:
parent
67fb3593fe
commit
c2480c6563
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user