From 971cddec280bb30fa491b0656d68f2718056586f Mon Sep 17 00:00:00 2001 From: Mat M Date: Thu, 18 Jan 2018 12:12:14 -0500 Subject: [PATCH] Comments to describe what the gdb debugging commands do. --- Building-for-Linux.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 32d7870..5dada7a 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -119,8 +119,8 @@ cd build/src/yuzu_qt/ ```bash cd data -gdb ../build/src/yuzu_qt/yuzu-qt -(gdb) run +gdb ../build/src/yuzu_qt/yuzu-qt # Start GDB +(gdb) run # Run yuzu under GDB -(gdb) bt +(gdb) bt # Print a backtrace of the entire callstack to see which codepath the crash occurred on ``` \ No newline at end of file