clear_breakpoint
Clear a breakpoint by disabling its slot, or clear all memory breakpoints with mem_all=true.
Instructions
Clear a breakpoint. ZEsarUX has no clear-single command: disabling the slot (disable-breakpoint) effectively clears it. Set mem_all=true to clear ALL memory breakpoints (clear-membreakpoints) instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Breakpoint slot index to clear (via disable-breakpoint) | |
| mem_all | No | If true, clear ALL memory breakpoints (clear-membreakpoints); id is ignored |