edb_remove_breakpoint
Remove a breakpoint or watchpoint by its ID number. Use with edb_list_breakpoints to clean up debug sessions.
Instructions
Permanently remove a breakpoint or watchpoint by number. Use edb_list_breakpoints to find breakpoint numbers.
Args: params (BreakpointNumber): Breakpoint number - number (int): Breakpoint ID to remove
Returns: str: Confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |