mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 12:29:29 +02:00
IDE: Messages: About: show command line
git-svn-id: trunk@47668 -
This commit is contained in:
parent
a24e83c655
commit
2ce759e3c2
@ -3160,6 +3160,8 @@ begin
|
||||
s+='Desktop: '+Proc.Desktop+LineEnding;
|
||||
s+='Parameters:'+LineEnding;
|
||||
s+=Proc.Parameters.Text+LineEnding;
|
||||
s+='Command Line:'+LineEnding;
|
||||
s+=Proc.CommandLine+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