clear_breakpoint
Clears a breakpoint by its slot index or all memory breakpoints via the mem_all flag. Manages debugging breakpoints in the ZEsarUX emulator.
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 |