Project Properties: Run Configuration
Run configurations accommodate the most commonly used PHP development use cases. A run
configuration is a stored setting for running a PHP project. You can define several
configurations for one project and switch between them. Run configurations
apply to both running and debugging.
The Project Properties Run Configuration panel contains the following fields:
-
Configuration: In this field, select which existing run configuration to modify.
- New... Click to create a new run configuration. A dialog opens in
which you name the new configuration. After you name the new configuration, the
new configuration is selected in the Configuration field.
- Delete Click to delete the configuration selected in the Configuration field.
-
Run As: Choose one of the following. The Run Configuration options change depending
on which Run As choice you make.
Local Web Site options
- Project URL: By default, this is http://localhost/ + the path to the copy of your project sources
that is in your web server's public folder. You can change the URL if you have a different path mapped to your server.
- Index File: By default, this is index.php. Click Browse... to browse your project files for a
different index file.
- Arguments: Arguments for running the index file. For example, debug=true.
- Advanced. Click this button if you use remote debugging or symbolic links.
A dialog opens in which you set path mapping.
Legal Notices