From 86045c3e816cac79c6a9d1ba06e723fca2409cd6 Mon Sep 17 00:00:00 2001 From: bunnei Date: Thu, 12 Aug 2021 13:48:52 -0700 Subject: [PATCH] Updated Building for Linux (markdown) --- Building-for-Linux.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index e9538f5..d8ae915 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -138,6 +138,7 @@ After building, the binaries `yuzu` and `yuzu-cmd` (depending on your build opti ```bash cd data gdb ../build/bin/yuzu # Start GDB +(gdb) handle SIGSEGV nostop # Disable SIGSEGV exceptions, which are used by yuzu for memory access (gdb) run # Run yuzu under GDB (gdb) bt # Print a backtrace of the entire callstack to see which codepath the crash occurred on