From 9ee37ff072b466fbf5a0ba80cf738926917d3440 Mon Sep 17 00:00:00 2001 From: MagicBot Date: Mon, 2 May 2022 19:39:17 +0000 Subject: [PATCH] Update 'Debugging with MagicBox' --- Debugging-with-MagicBox.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Debugging-with-MagicBox.md b/Debugging-with-MagicBox.md index 4233f0a..49207ed 100644 --- a/Debugging-with-MagicBox.md +++ b/Debugging-with-MagicBox.md @@ -13,12 +13,12 @@ Build the branch you wish to debug. `./mbbuild.sh ` -Startup either the entire game or just the LoginServer in debug mode. +We wish for to debug the WorldServer in this demonstration; choose option 1. 1. Debug the full game `./mbstart.sh -debug` 2. Debug only the LoginServer -`./mbloginstart.sh -debug` +`./mblogin_start.sh -debug` The game is now listening on port 5000 for the IDE. We will open up WorldServer.java and click to the left of a line to set a breakpoint.