list_breakpoints
List all code and XHR/Fetch breakpoints managed by the session. Use the returned IDs and URL patterns to remove or restore breakpoints.
Instructions
Inspects code and XHR/Fetch breakpoints managed by this MCP session before reproducing an action or cleaning up debugger state. Returns current code breakpointIds and the exact XHR URL patterns needed by remove_breakpoint; URL-backed definitions are restored after navigation when possible, but a rebuilt debugger session may assign new IDs. This does not show why or where execution is currently paused—use get_paused_info for the active call stack.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageIdx | No | Page number (0-based). Defaults to 0. | |
| pageSize | No | Maximum items per page. Defaults to 20. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | ||
| tool | Yes | Stable MCP tool name. | |
| error | No | ||
| summary | Yes | Concise human-readable outcome. |