clear_breakpoints
Removes line breakpoints for a specified file, or clears all line and function breakpoints when called without a file.
Instructions
Clear breakpoints. With file: that file's line bps. Without file: all line AND function bps. For one function bp use remove_function_breakpoint.
Escape hatch: see the dap-escape-hatch prompt for unwrapped DAP requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No |