set_breakpoint
Set a breakpoint by source URL and line number to pause JavaScript execution. Optionally specify column tolerance to auto-resume when column is within range.
Instructions
Set a breakpoint by source URL + line (+ optional column). columnTolerance > 0 enables multi-hit auto-resume until the paused column falls within ± tolerance of the requested column.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourceUrl | Yes | ||
| line | Yes | ||
| column | No | ||
| columnTolerance | No |