Skip to content
Craig edited this page Sep 2, 2026 · 7 revisions

Windows

gdb --args retroarch -L /Users/xx/Developer/dolphin/build/win64-ming-debug/Binaries/dolphin_libretro.dll /RetroArch-Win64/Downloads/MarioKart.iso

Ignore jit raised faults:

(gdb) handle SIGSEGV nostop noprint pass

(gdb) run

OR

(gdb) handle SIGSEGV stop print

(gdb) run

(gdb) thread apply all bt

Clone this wiki locally