Share Run Configurations

How to export and share your project’s run configurations in WebStorm.

Tip Screenshot

You can make it easier for members of your team to work on your project by sharing your run configuration with them. This way, they’ll be able to run the project code using the same configuration settings regardless of what operating system they’re using.

To share a run configuration, open it in the Run/Debug Configurations dialog, then select the Store as project file checkbox and specify the path to the folder where the *.run.xml file with the selected run configuration will be stored.


Related Resources

Create Conditional Breakpoints
Add a condition to a breakpoint when debugging.
Add and Remove Breakpoints Quickly
How to toggle breakpoints without using the mouse.
Evaluate Expressions When Debugging
How to check the value of an expression in WebStorm.