CLion 2018.2 Help

Pausing and Resuming the Debugger 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: 27 November 2018

See Also