CLion 2018.1 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 pause on the Debug toolbar.

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

  • On the main menu, choose Run | Resume Program.
  • Click debug resume on the Debug toolbar.
  • Press F9.
Last modified: 24 July 2018

See Also