remove_breakpoint
Removes a breakpoint from a specific line in a file. Use this to clear a breakpoint during .NET debugging by specifying the file and line.
Instructions
Remove a breakpoint from a specific line.
Escape hatch: see the dap-escape-hatch prompt for unwrapped DAP requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| line | Yes |