From 746b8f8f4301a806c73c79e28314bc50577031df Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Wed, 24 Apr 2019 14:51:07 -0400 Subject: [PATCH] fix gdb instructions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 651f669..958e68b 100644 --- a/README.md +++ b/README.md @@ -272,8 +272,9 @@ Qt5Widgets.dll These steps are only needed for debug builds: * build minetest with --debug option * cd to linux-minetest-kit/minetest/bin directory -* type: - `gdb minetest` +* type (you must put ./ before minetest to ensure that gdb will use your + debug build instead of a version your system path): + `gdb ./minetest` * After the symbols finish loading, complete the following within gdb: `run` * If the program terminates, gdb will tell you what debug symbol