WebStorm 2017.3 Help

Run/Debug Configuration: Compound

Use this dialog box to create configurations containing multiple run/debug configurations that you can launch at once in parallel. This is useful, for example, if you want to launch various automated tasks or test suits. Each configuration will be available in a separate tab in the Run or Debug tool window.

ws_run_config_compound_separate_tabs.png

Press new 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.

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.

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

Last modified: 26 March 2018

See Also