WebStorm 2019.3 Help

Run/Debug Configuration: Compound

Run | Edit Configurations | Add New Configuration | Compound


Use this dialog 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 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

Click Add to select which of the existing configurations you want to include into the Compound configuration, and fill in the following fields:

Item

Description

Name

In this field, specify the name for the run/debug configuration. The name will help you identify the created configuration when you choose to edit it later, or when you invoke it, for example, from the Run popup Shift+Alt+F10.

Share through VCS

Select this checkbox to put the run/debug configuration under version control and make it 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 .

Last modified: 4 April 2020