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
Do any of the following:
- On the main menu, choose .
-
Click
on the Debug toolbar.
Note that the button is not available for Run/Debug Configuration: Node.Js, Run/Debug Configuration: Node.Js Remote Debug, and Run/Debug Configuration: NodeUnit.
Resuming the debugger session
Do any of the following:
- On the main menu, choose .
- Click
on the Debug toolbar. - Press F9.