gdb_set_breakpoint
Set breakpoints in Nintendo Switch executables for debugging on Yuzu or hardware via GDB. Specify function names, file locations, or memory addresses to pause execution during analysis.
Instructions
Set a breakpoint at a function, file:line, or *address. For offset-from-main breakpoints, use switch_break_at instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | Breakpoint location (function, file:line, or *address) | |
| condition | No | Conditional expression | |
| temporary | No | Whether breakpoint is temporary |