set_breakpoint
Set a breakpoint at a specific line in a file to pause execution during debugging.
Instructions
Set a breakpoint for a file and line number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | 1-based source line number for the breakpoint. | |
| filepath | Yes | Source file for the breakpoint. Relative paths resolve from the project root. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||