From 6681844ebeadade568823a2e2078ca587733d633 Mon Sep 17 00:00:00 2001 From: MagicBot Date: Mon, 2 May 2022 12:18:12 +0000 Subject: [PATCH] Update 'Debugging with MagicBox' --- Debugging-with-MagicBox.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Debugging-with-MagicBox.md b/Debugging-with-MagicBox.md index cba57e2..d87175c 100644 --- a/Debugging-with-MagicBox.md +++ b/Debugging-with-MagicBox.md @@ -1,3 +1,9 @@ Kill the running server. -`./mbkill.sh` \ No newline at end of file +`./mbkill.sh` + +Startup the game in debug mode. + +`./mbstart.sh -debug` + +The game is now listening on port 5000 for the IDE. \ No newline at end of file