Updated Building for Linux (markdown)
parent
fff70618b5
commit
86045c3e81
|
@ -138,6 +138,7 @@ After building, the binaries `yuzu` and `yuzu-cmd` (depending on your build opti
|
||||||
```bash
|
```bash
|
||||||
cd data
|
cd data
|
||||||
gdb ../build/bin/yuzu # Start GDB
|
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) run # Run yuzu under GDB
|
||||||
<crash>
|
<crash>
|
||||||
(gdb) bt # Print a backtrace of the entire callstack to see which codepath the crash occurred on
|
(gdb) bt # Print a backtrace of the entire callstack to see which codepath the crash occurred on
|
||||||
|
|
Loading…
Reference in New Issue