IDE: messages: fixed showing commandline

git-svn-id: trunk@47949 -
This commit is contained in:
mattias 2015-02-23 08:59:04 +00:00
parent 5c3e4f1b68
commit 0715a3a626

View File

@ -3161,7 +3161,7 @@ begin
s+='Parameters:'+LineEnding;
s+=Proc.Parameters.Text+LineEnding;
s+='Command Line:'+LineEnding;
s+=Proc.CommandLine+LineEnding;
s+=Tool.Process.Executable+' '+Tool.CmdLineParams+LineEnding;
s+='ProcessID:'+LineEnding+IntToStr(Proc.ProcessID)+LineEnding+LineEnding;
if Tool.Terminated then
s+='Terminated'+LineEnding+LineEnding