Customizing the Project Settings: Run Configuration

See Also

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 back and forth. Run configurations apply to both running and debugging.

During the project creation, the default run configuration is defined. The available options are:

On the Run Configuration panel, modify the default run configuration and/or define new run configurations, if necessary.

  1. To modify the default settings, update the fields as during the project creation.
  2. To define a new run configuration, click New next to the Configuration dropdown list. The Create New Configuration dialog box opens.
  3. In the Configuration Name field, enter the name of the new run configuration and click OK. You return to the Run Configuration panel.
  4. Define the run configuration settings in the same way as you defined the default run configuration during the project creation and click OK. The new configuration is added to the Configuration dropdown list.
  5. If you are using Remote Debugging or Symbolic Links, click Advanced and set up path mapping. See Path Mapping.
  6. To remove a configuration, select it from the Configuration dropdown list and click Delete.
See Also
New PHP Project without Previously Developed Sources
Importing Previously Developed Source Files into a New Project
Run Configuration
Customizing the Project Settings: Source Files Location

Legal Notices