switch_break_at
Set a breakpoint at a specific offset relative to the main executable's base address for debugging Nintendo Switch applications in gdb-multiarch.
Instructions
Set a breakpoint at an offset relative to the base of main ($main). Example: offset '0x3a5f10' sets a breakpoint at $main+0x3a5f10.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | Yes | Offset into main executable (hex, e.g. '0x3a5f10' or '3a5f10') |