PyCharm 2017.2 Help

Stopping and Pausing Applications

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.

To stop a program, do one of the following

  • In the Run tool window, click the Stop button /help/img/idea/2017.2/stop.gif on the toolbar, or press Ctrl+F2.
  • To close the active tab, click the Close button /help/img/idea/2017.2/close.png, or press Ctrl+Shift+F4.

To suspend program output

Last modified: 26 October 2017

See Also