| Item | Description |
|---|---|
| Name | In this text box, specify the name of the current run/debug configuration. |
| Server | Use this drop-down list to specify the Web server configuration to use. The list shows all the configurations that are currently available in IntelliJ IDEA. |
|
Click this button to open the Servers page and view the details of the selected configuration there. |
| Start URL | In this area, compose the URL address to access the application through. In the Start URL text box, specify the local file that implements the starting page of the application. Type the path to the desired file relative to the folder that is mapped to the root folder of the target host. IntelliJ IDEA concatenates the host root URL with the specified relative path and shows the URL address of the application starting page in the read-only field below. |
| Browser | From this drop-down list, select the Web browser to open the application in. |
| Debug | Use the controls in this area to configure behaviour of the debugging tool.
|
Toolbar
| Item | Keyboard shortcut | Description |
|---|---|---|
|
InsertInsert | Click this button to add new configuration to the list. |
|
DeleteDelete | Click this button to remove the selected configuration from the list. |
|
Ctrl+DCommand 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 activities to be performed before starting the current configuration. The available options are:
|
| Share configuration |
If this check box is selected, the run/debug configurations become available to the other team members.
In case of the standard project format, the run/debug configurations will be stored in the .ipr file, which is usually shared through the version control, rather than .iws. In case of the directory-based project format, the shared run/debug configurations are kept in separate xml files under .idea\runConfigurations folder, while the local run/debug configurations are kept in the .idea\workspace.xml. |

