remove_tracepoint
Remove a specific tracepoint in .NET debugging by providing its ID. Cleans up breakpoints to streamline debugging sessions.
Instructions
Remove a tracepoint by ID.
Args: tracepoint_id: Tracepoint ID (e.g., "tp-1")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tracepoint_id | Yes |