get_paused_state
Retrieve the paused state of the main process or a renderer page, including the pause reason and call stack with callFrameIds, when execution is halted by a breakpoint or Debugger.pause.
Instructions
Get the current paused state (reason + call stack with callFrameIds) of the main process or a renderer page, if it is paused on a breakpoint or Debugger.pause.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | No | Page id from list_pages, or "main" (default) for the main process. | |
| sessionId | Yes | Session id returned by launch_app. |