debug_set_breakpoints
Set breakpoints in a source file to pause debugger execution at specified lines, with optional conditions. Replaces existing breakpoints for the file, allowing precise control during debugging.
Instructions
Set breakpoints in a source file. Replaces all existing breakpoints in that file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to source file | |
| session_id | Yes | Debug session ID | |
| breakpoints | Yes | List of breakpoints: [{line: int, condition?: str}] |