Thanks stary and liquidfenrir
- Enable debugger in the Rosalina menu
- Go to the process list
- Select a process (
3dsx_appfor 3ds homebrew) - Launch
arm-none-eabi-gdb <path to elf> - Type the command
target remote ip:port(IP and port are in Rosalina)
b <func | file:line | *address>to set a breakpointdel <breakpoint number>to remove a breakpointp <expression>to print somethingx <expression>to view memory there like if you have a pointer or somethingcorcontinues,stepbtfor backtrace with errors