Configuration
| Item | Description |
|---|---|
| Server | From this drop-down list, select the server access configuration to interact with the Web server where the application is executed. |
| URL | In this text box, specify the host element of the request in question. Type element relative to the host specified in the debug server configuration. As you type, PhpStorm composes the URL address on-the-fly and displays it below the text box. |
| Request method |
From this drop-down list, choose the relevant request type. The available options are:
|
| Query String | In this text box, type the query string of the request, this string will be appended to the request after the ? symbol. |
| Request Body |
In this text box, type the data to be sent to the server through the POST request.
Note The text box is available only for request methods of the type POST. |
Toolbar
| Item | Keyboard shortcut | Description |
|---|---|---|
| Alt+InsertAlt+Insert | Click this button to add new configuration to the list. |
| DeleteDelete | Click this button to remove the selected configuration from the list. |
| Ctrl+DCtrl+D | Click this button to create a copy of the selected configuration. |
| Edit Defaults | Click this button to edit the default configuration templates. The defaults are used for the newly created configurations. |
|
UpUp
DownDown | Use these buttons to move the selected configuration up and down in the list. The order of configurations in the list defines the order, in which configurations appear in the Run/Debug drop-down list on the main toolbar. |
Common options
| Item | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Defaults | This node in the left-hand pane of the dialog box contains the default run/debug configuration settings. Select the desired configuration to change its default settings in the right-hand pane. The defaults are applied to all newly created run/debug configurations. | ||||||||||||||||||
| Temporary configurations limit | Specify here the maximum number of temporary configurations to be stored and shown in the Select Run/Debug Configuration drop-down list. | ||||||||||||||||||
| Before launch | In this area, specify the actions to be performed prior to executing the current run/debug configuration.
|

.
This is helpful when you are actually interested in a specific page that is accessed in a number of steps,
but for this or that reason you cannot specify this page as the start page for debugging, for example, because you need to "come" to this page with certain data.
and select
the desired target in the 