gdb_call_function
Execute functions in a debugged Nintendo Switch process to test code behavior or modify runtime state during debugging sessions.
Instructions
Call a function in the target process. WARNING: executes code in the debugged program.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_call | Yes | Function call expression (e.g., 'printf("hello\n")' or 'my_func(arg1, arg2)') |