resume
Resume execution after a pause or breakpoint hit in an Electron app debug session using a session ID and optional page ID.
Instructions
Resume execution after a pause or breakpoint hit.
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. |