Set JavaScript breakpoint
web_breakpoint_setSet a breakpoint in the local Chromium debugger by source URL and line number to pause script execution at a specific point for debugging.
Instructions
Set a breakpoint by source URL and one-based line number through the local Chromium debugger.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | ||
| column | No | ||
| sessionId | Yes | ||
| sourceUrl | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| error | No | ||
| warnings | Yes | ||
| artifacts | Yes |