clear_breakpoint
Clears an existing breakpoint at a specified file and line, preventing the debugger from pausing execution there.
Instructions
Clear 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 | |||