CLion 2019.1 Help

Pause and Resume Debug Session

When a breakpoint is hit, or when a running thread or an application is paused manually, the debugging session is suspended.

To pause a debug session, do one of the following:

  • On the main menu, choose Run | Pause Program.

  • Click icons actions pause svg on the Debug toolbar.

To resume a debug session, do one of the following:

  • On the main menu, choose Run | Resume Program.

  • Click icons actions resume svg on the Debug toolbar.

  • Press F9.

Last modified: 24 July 2019

See Also