ppsspp_breakpoint_remove
Remove a previously-set CPU execution breakpoint by address. Idempotent operation that cleans up breakpoints during debugging.
Instructions
PURPOSE: Remove a previously-added CPU execution breakpoint. USAGE: Clean up breakpoints when done debugging. To remove all, query ppsspp_breakpoint_list first. BEHAVIOR: Modifies PPSSPP's breakpoint table. Idempotent for non-existent breakpoints (no error). RETURNS: Single line 'Breakpoint removed at ADDR_HEX'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | PSP execution address of the breakpoint to remove. |