Comments to describe what the gdb debugging commands do.
parent
b203334e35
commit
971cddec28
|
@ -119,8 +119,8 @@ cd build/src/yuzu_qt/
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd data
|
cd data
|
||||||
gdb ../build/src/yuzu_qt/yuzu-qt
|
gdb ../build/src/yuzu_qt/yuzu-qt # Start GDB
|
||||||
(gdb) run
|
(gdb) run # Run yuzu under GDB
|
||||||
<crash>
|
<crash>
|
||||||
(gdb) bt
|
(gdb) bt # Print a backtrace of the entire callstack to see which codepath the crash occurred on
|
||||||
```
|
```
|
Loading…
Reference in New Issue