clear_breakpoints
Remove breakpoints from .NET applications: specify a file to clear its line breakpoints, or omit the file to clear all line and function breakpoints.
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 |