Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » How can I see the command line from the Eclipse IDE
How can I see the command line from the Eclipse IDE [message #1870512] Sat, 31 August 2024 13:12 Go to next message
Cristian Z is currently offline Cristian ZFriend
Messages: 6
Registered: June 2023
Junior Member
Is there any possibility of seeing from the Eclipse IDE the command line used to launch the PHP interpreter?

By setting different configuration options I get different output. For instance,
a script containing only the invocation of phpinfo() shows different results if in
Window | Preferences | PHP | Installed PHPs | PHP-executables | Edit
I check/uncheck the checkbox "Use system default php.ini configuration".

It is clear that the interpreter is invoked in different ways. How can I see the command line from the Eclipse IDE?

Thank you
Cristian


Re: How can I see the command line from the Eclipse IDE [message #1870923 is a reply to message #1870512] Wed, 11 September 2024 10:39 Go to previous message
Cristian Z is currently offline Cristian ZFriend
Messages: 6
Registered: June 2023
Junior Member
I answer the question because I've found a workaround-solution for my question in Linux:

To see the effect of the checkbox I'm reffering at in the question I've created a simple script that calls "sleep(3000)". Then at the command line I've executed the command:

ps -C php -f 


Cristian
Previous Topic:PHP code folding functionality does not work
Goto Forum:
  


Current Time: Mon Oct 07 05:02:07 GMT 2024

Powered by FUDForum. Page generated in 0.02975 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top