Set breakpoint
set_breakpointSet a breakpoint at a specific line number in scripts whose URL matches a given regex, enabling precise debugging pauses.
Instructions
Set a breakpoint by matching a script URL with a regex.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urlRegex | Yes | Regex matching the script URL (e.g. 'src/foo\\.ts') | |
| lineNumber | Yes | 0-based line number |