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.