engine-psx/.gdbinit
2025-04-24 13:08:19 -03:00

5 lines
111 B
Text

target remote localhost:3333
monitor reset shellhalt
file ./build/sonic.elf
load ./build/sonic.elf
tbreak main