IDE: clean up

git-svn-id: trunk@50605 -
This commit is contained in:
mattias 2015-12-04 16:38:38 +00:00
parent 4e1d1f8f1d
commit 731038db93

View File

@ -115,14 +115,11 @@ begin
SetState(dsInit);
FProcess := TDBGProcess.Create(nil);
try
ShowMessage('AAA1 FileName='+FileName);
TDBGProcess(FProcess).OnDestroy := @ProcessDestroyed;
GetDefaultProcessList.Add(FProcess);
FProcess.Executable := FileName;
SplitCmdLineParams(Arguments,FProcess.Parameters);
ShowMessage('AAA2 Params='+FProcess.Parameters.Text);
ShowMessage('AAA3 WorkingDir='+WorkingDir);
FProcess.CurrentDirectory := WorkingDir;
FProcess.Environment.Assign(Environment);
if ShowConsole