WebStorm
 
Get WebStorm

Run tool window

Last modified: 08 October 2024

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, Debug a Vite application and Debug a React application.