How to specify a Run Configuration for a simple PHP script (not running through a web server)

 

 

Below is a screen shot of the simple hello script running using this configuration

 

 

 

Now enter in the location of the script in your project

 

 

 

Now you can run this configuration by saying Run -> Run and selecting the configuration

NOW select the configuration you want example.....-> "Run HelloWorld"
(this is name of configuration we just made)

 

 

 

 

 

 

 

 

To DEBUG select Run->Debug and select your configuration --of course put some breakpoints in it so you can debug -- you can just like other debuggers look at variables,
etc. and step through the code.

 

© Lynne Grewe