WebStorm 2016.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 the debugger session, do one of the following

  • On the main menu, choose Run | Pause Program.
  • Click pauseIcon on the Debug toolbar.

To resume the debugger session, do one of the following

  • On the main menu, choose Run | Resume Program.
  • Click debug_resume on the Debug toolbar.
  • Press F9.

See Also

Last modified: 11 July 2016