set_breakpoint_by_script_id
Set a breakpoint in a specific script by CDP scriptId and line number to pause execution for debugging WeChat Mini Programs.
Instructions
Set a breakpoint by CDP scriptId and zero-based line/column.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| condition | No | ||
| script_id | Yes | ||
| line_number | Yes | ||
| column_number | No |