set_breakpoint_on_text
Set a breakpoint in scripts by searching for specific text or regex pattern, enabling targeted debugging.
Instructions
Search loaded scripts and set a breakpoint at matching text/regex. Best for AI-driven debugging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| regex | No | ||
| filter | No | Optional URL/scriptId filter. | |
| condition | No | ||
| occurrence | No | ||
| case_sensitive | No |