CLion 2019.1 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

  1. In the Run tool window, click the Stop button icons actions suspend svg on the toolbar, or press Ctrl+F2.

  2. To close the active tab, click the Close button icons actions close, or press Ctrl+Shift+F4.

Suspend the program output

  • In the Run tool window, click the Pause button icons actions pause svg on the toolbar.

Last modified: 24 July 2019

See Also