WebStorm
 
Get WebStorm
You are viewing the documentation for an earlier version of WebStorm.

Run tool window

Last modified: 09 September 2023

The Run tool window displays output generated by your application. The appearance of each tab depends on the type of the application being run and can include additional toolboxes and panes.

If your application is running in the development mode on localhost, you can start debugging it right from the Run tool window. Just hold CtrlShift and click the URL at which the application is running.

starting a debugging session from the Run tool window

Learn more from Debug a Vue.js application, Debug an Angular application, and Debug a React application.