


If you use Git for your project, you can share. idea/runConfigurations subfolder will be ignored, too. idea directory is added to VCS ignored files, the. If compatibility with WebStorm 2019.3 and earlier is required, store the file in the default location. Select the run/debug configuration you want to share, enable the Store as project file option, and specify the location where the configuration file will be stored. With legacy projects, you can only share all configurations at once by adding the. ipr-based projects do not support individual run/debug configurations. This saves a lot of time as run/debug configurations sometimes get sophisticated, and keeping them in sync manually would be tedious and error-prone. The same mechanism can also be used when you want to send your configuration as a file to someone else. If you are working in a team, you might want to share your run/debug configurations so that your teammates could run the application using the same configuration or enable them to remotely attach to the process you are running.įor these purposes, WebStorm provides a mechanism to store your run/debug configurations as project files and share them through VCS. In the Before launch section, define whether you want to perform any specific actions before launching the application, for example, execute some tools or scripts prior to launching the run/debug configuration.įor information on particular Before launch activities, refer to Before launch The list of mandatory and optional parameters may vary depending on the selected run/debug configuration type.įor the detailed description of the selected template, see the respective section of run/debug configurations reference. Set the run/debug configuration parameters. If this option is disabled, attempting to re-run the configuration will terminate the active session. Select Allow multiple instances if you want to allow multiple instances of the configuration to run at the same time.

This name will be shown in the list of the available run/debug configurations. Specify the run/debug configuration name in the Name field. If you are not sure which template to choose, refer to Run/debug configurations dialog for more information on particular templates. The list shows the run/debug configuration templates. In the Run/Debug Configuration dialog, click on the toolbar or press Alt+Insert. Alternatively, press Alt+Shift+F10, then 0. Create a run/debug configuration from a templateįrom the main menu, select Run | Edit Configurations. The list of available templates varies depending on the installed and enabled plugins. WebStorm provides run/debug configuration templates for different languages, tools, and frameworks. Open the Edit Configurations dialog ( Run | Edit Configurations), select the temporary configuration to save, and click on the toolbar. Select a temporary configuration in the run/debug configuration switcher and then click Save Configuration.Īlternatively, select a temporary configuration in the Run/debug configurations dialog and click on the toolbar. Save a temporary configuration as permanent Save a temporary run/debug configuration as permanent.Ĭreate from a template or copy an existing configuration. WebStorm provides the following ways to create a permanent run/debug configuration: Create permanent run/debug configurations If necessary, you can increase this limit in Settings | Advanced Settings | Run/Debug | Temporary configurations limit. The older ones are automatically deleted when new ones are added. The maximum number of temporary configurations is 5. Permanent configurations have opaque icons while the icons of temporary configurations are semi-transparent. So whenever you run/debug or test your code, WebStorm either uses an existing permanent run/debug configuration or creates a new temporary one. Permanent configurations remain as part of your project until you remove them. Permanent - created explicitly from a template or by saving a temporary configuration. To call the context menu, right-click an object or an area. Temporary - created every time you select Run from the context menu. There are two types of run/debug configurations: Each configuration is a named set of startup properties that define what to execute and what parameters and environment should be used. WebStorm uses run/debug configurations to run, debug, and test your code.
