set_breakpoint
Pause Chrome browser execution at a specific script location to inspect code behavior and debug issues during development.
Instructions
Set a debugger breakpoint at a specific script, line and column
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| column_number | No | ||
| line_number | Yes | ||
| script_id | No | ||
| url | No | ||
| script_hash | No |