mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 20:30:33 +02:00
IDE: messages: fixed showing commandline
git-svn-id: trunk@47949 -
This commit is contained in:
parent
5c3e4f1b68
commit
0715a3a626
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user