PhpStorm 2017.1 Help

Pausing and Resuming a Debugging Session

On this page:

Introduction

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

To pause the debugger session, do one of the following

Resuming the debugger session

To resume the debugger session, do one of the following

  • On the main menu, choose Run | Resume Program.
  • Click /help/img/idea/2017.1/debug_resume.png on the Debug toolbar.
  • Press F9.

See Also

Last modified: 19 July 2017