WebStorm 2016.3 Help

Creating and Editing Run/Debug Configurations

On this page:

Overview

With the Navigation bar visible (View | Navigation Bar), the available run/debug configurations are displayed in the run/debug configuration selector in the Run area:

/help/img/idea/2016.3/ws_runConfigMenu.png

WebStorm provides the Run/Debug Configuration dialog box as a tool for handling run/debug configurations: create configuration profiles or change the default ones.

WebStorm suggests the following ways to create a run/debug configuration:

Creating a run/debug configuration

To create a run/debug configuration, follow these steps:

  1. In the Run/Debug Configuration dialog box, click add.png on the toolbar or press Alt+Insert. The drop-down list shows the default run/debug configurations. Select the desired configuration type.
    /help/img/idea/2016.3/ws_add_new_configuration.png

    The fields that appear in the right pane, display the default settings for the selected configuration type.

  2. For the new run/debug configuration:
    • Specify its name in the Name text box. This name will be shown in the list of the available run/debug configurations.
    • Specify whether you want to make WebStorm check execution status of the instances of the same run/debug configuration. If you want to make sure that only one instance of the run/debug configuration is currently executed, select the check box Single instance only. In this case, a confirmation dialog box will show up every time you try to launch run/debug configuration, when one instance of the same type is still running.

      If you click OK in the confirmation dialog box, the first instance of the runner will be stopped, and the next one will take its place.

      If this check box is not selected, you can launch as many instances of the runner as required. As the result, each runner will start in its own tab of the Run tool window.

  3. In the Before launch section, define whether you want to execute some tools or scripts prior to launching the run/debug configuration.
  4. Specify additional parameters depending on the configuration type. Refer to the descriptions of run/debug configuration parameters below the Run/Debug Configurations section.
  5. Apply the changes and close the dialog box.

Editing an existing run/debug configuration

To change an existing run/debug configuration:

  • On the main menu, choose Run | Edit Configurations.
  • With the Navigation Bar visible (View | Navigation Bar), choose Edit Configurations from the run/debug configurations selector.
  • Press Shift+Alt+F10, then press 0 to display the Edit Configuration dialog box or select the configuration from the pop-up window and press F4.

In the corresponding run/debug configuration dialog box, change parameters as required.

See Also

Last modified: 22 March 2017