WebStorm 2018.1 Help

Stopping and Pausing Applications

Introduction

In the Run tool window, you can stop a program, or pause its output. If a program is stopped, its process is interrupted and exits immediately. When program output is paused, the program continues running in the background, but its output is suspended.

Stopping a program

  1. In the Run tool window, click the Stop button stop on the toolbar, or press Ctrl+F2.
  2. To close the active tab, click the Close button close, or press Ctrl+Shift+F4.

Suspending the program output

Last modified: 20 July 2018

See Also