From 63b6ce03b8788f1196a8be215a93e6e7422a05b4 Mon Sep 17 00:00:00 2001 From: ChillerDragon Date: Fri, 26 Jul 2024 13:40:15 +0800 Subject: [PATCH] plug peda --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 39718ab..6a1c96f 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ gdb ./teeworlds_asmr After the last stepi just spam enter to "run" the program. +The gdb extension [peda](https://github.com/longld/peda) is quite helpful. It shows useful details while stepping. + ## project goal I want to see how far I can get. Trying to build a teeworlds 0.7 client (without graphics).