remove_breakpoint
Remove a breakpoint from a specific line in a .NET application. Specify the file and line number to clear the breakpoint.
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 |