breakpoint_remove
Remove a breakpoint by its ID to manage debugging breakpoints in your .NET application.
Instructions
Remove a breakpoint by its id (line or function).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Breakpoint id returned from breakpoint_set or breakpoint_set_function. |