debugger_remove_breakpoint
Remove a specific breakpoint by its ID to stop the debugger from pausing at that location.
Instructions
Remove one breakpoint by its breakpointId. Use debugger_remove_all_breakpoints to clear them in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| breakpoint_id | Yes | breakpointId from debugger_set_breakpoint. |