breakpoint.create
Set a memory breakpoint to pause emulation when an address is read or written, enabling targeted debugging of game code.
Instructions
breakpoint.create
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| access | No | ||
| length | No | ||
| address | Yes | ||
| cpuType | No | ||
| session | Yes | ||
| memoryType | Yes |