PyCharm 2023.3 Help

Stop and pause 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.

Stop a program

  • In the Run tool window, click the Stop button the Stop button on the toolbar, or press Ctrl+F2.

    Stopping a running script in the Run tool window

Suspend and resume the program output

  1. Right-click the Run tool window and select the Pause Output toggle in the context menu. Note that only the output will be suspended. The program execution will be continued.

    Pause the script output
  2. To resume the program output, deselect Pause Output in the context menu.

Last modified: 07 March 2024