IntelliJ IDEA 2018.3 Help

Pausing and Resuming the Debugger Session

On this page:

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

Pausing the debugger session

Do any of the following:

Resuming the debugger session

Do any of the following:

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

  • Click icons actions resume svg on the Debug toolbar.

  • Press F9.

Last modified: 1 February 2019

See Also