From c85d7a35e6e80f4398d9421f39f096fffabaa2c4 Mon Sep 17 00:00:00 2001 From: MagicBot Date: Mon, 2 May 2022 12:23:06 +0000 Subject: [PATCH] Update 'Debugging with MagicBox' --- Debugging-with-MagicBox.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Debugging-with-MagicBox.md b/Debugging-with-MagicBox.md index d87175c..f070a6e 100644 --- a/Debugging-with-MagicBox.md +++ b/Debugging-with-MagicBox.md @@ -6,4 +6,6 @@ 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 +The game is now listening on port 5000 for the IDE. We will open up LoginServer.java and click to the left of a line to set a breakpoint. + +![debugide](https://cdn.discordapp.com/attachments/534260038039109632/970661346184159302/unknown.png)