forcePause
Pause the debugger at the next JavaScript statement to inspect execution without modifying source code or setting breakpoints.
Instructions
Force the debugger to pause at the very next JavaScript statement. Useful when you cannot modify source code to add debugger; and setBreakpoint is not feasible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||