Toolbar and common options
Use the toolbar buttons to manage the list of configurations.
| Item | Tooltip and shortcut | Description |
|---|---|---|
|
Add InsertInsert | Click this button to define a new configuration. |
|
Delete DeleteDelete | Click this button to remove the selected configuration from the list. |
Configuration details
In this area, specify the connection parameters and mappings to be used during debugging sessions.
| Item | Description |
|---|---|
| Name | In this text box, type the name of the server debug configuration. |
| Host | In this text box, type the name of the host where the target application is deployed. |
| Port | In this text box, type the port to connect to the specified host through. If you are using localhost on your machine, this setting should correspond with the port specified in the configuration file of the local Web server where the application will be executed or debugged. |
| Debugger |
From this drop-down list, select the debug engine to use. The available options are:
|
| Use path mappings |
|
| File / Directory | This read-only field displays the local folders of the current project in a tree view. Select a file ot a folder to be used as the local copy. |
| Path on server | In this filed, specify the file or folder on the target server to which the selected local file or folder corresponds. Type the path manually or select it from the drop-down list. When this file or a file from this folder is being processed during a debugging session, IntelliJ IDEA opens its local copy chosen in the File / Directory field. |

