IntelliJ IDEA 2016.3 Help

Run/Debug Configuration: Compound

Use this dialog box to create configurations containing multiple run/debug configurations that you can launch at once. This is useful, for example, if you want to launch various automated tests and get test results in one window.

Press /help/img/idea/2016.3/new.png to select which of the existing configurations you want to include into the Compound configuration, and fill in the following fields:

ItemDescription
Name Specify the name of the new Run/Debug Configuration.
Share Select this check box to make the run/debug configuration available to other team members.

If the directory-based project format is used, the settings for a run/debug configuration are stored in a separate .xml file in the .idea\runConfigurations folder if the run/debug configuration is shared, or in the .idea\workspace.xml file otherwise.

If the file-based format is used, the settings are stored in the .ipr file for shared configurations, or in the .iws file otherwise.

This check box is not available when editing the run/debug configuration defaults.

See Also

Last modified: 21 March 2017