remove_breakpoint
Remove a previously set breakpoint from an Electron app debugging session by providing the session ID and breakpoint ID.
Instructions
Remove a breakpoint previously set with set_breakpoint.
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. | |
| breakpointId | Yes | Breakpoint id returned by set_breakpoint. |