From b79532711c406ef5d15082f309a91f1d596bd220 Mon Sep 17 00:00:00 2001 From: MagicBot Date: Mon, 2 May 2022 18:26:40 +0000 Subject: [PATCH] Update 'Debugging with MagicBox' --- Debugging-with-MagicBox.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Debugging-with-MagicBox.md b/Debugging-with-MagicBox.md index 17bb9e3..345baca 100644 --- a/Debugging-with-MagicBox.md +++ b/Debugging-with-MagicBox.md @@ -1,7 +1,13 @@ +### Debugging with MagicBox + Kill the running server. `./mbkill.sh` +Build the branch you want to debug. + +`./mbbuild.sh ` + Startup the game in debug mode. `./mbstart.sh -debug`