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