Posted March 2, 20187 yr when I run debug and it shows me the debug perspective the game stops responding and it shows me a class that says url not found and inside it is just a red text saying source not found and it shows me a clickable button that says edit source path.
March 2, 20187 yr Author Just now, skeeter144 said: Are you hitting a breakpoint and trying to step through external code? I dont understand you sorry, if I get to the debug perspective the game just stop launching. gonna post a screenshot.
March 2, 20187 yr You go into Debug mode because you hit a breakpoint. In your top right window are all of your breakpoints you have set. I would imagine you set a breakpoint somewhere by accident. Right click on the breakpoint names and select "Remove"
March 2, 20187 yr Author Just now, skeeter144 said: You go into Debug mode because you hit a breakpoint. In your top right window are all of your breakpoints you have set. I would imagine you set a breakpoint somewhere by accident. Right click on the breakpoint names and select "Remove" So I would remove all my breakpoints? How do I even edit minecraft live now, you know ithout restarting the game just to change a features?
March 7, 20187 yr It sounds like your project isn't set up properly. Maybe you have something like "src/main/" instead of "src/main/java" set as the source folder in your eclipse project? What do the Java files look like to you in Eclipse? Do they look like normal files where you have to go through a standard file directory tree or do you have all of the folders show up like proper Java packages?
March 7, 20187 yr That isn't a breakpoint, it is obviously a null pointer exception. Not sure why you'd hit it in debug mode and not in normal mode. But it says you have a null pointer problem with your ContainerDragon class. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
March 9, 20187 yr Author Just now, jabelar said: That isn't a breakpoint, it is obviously a null pointer exception. Not sure why you'd hit it in debug mode and not in normal mode. But it says you have a null pointer problem with your ContainerDragon class. I was going to intend to try this: he used the debug feature so that when I really need a quick change like model part locations etc. I would not need to quit and restart minecraft.
March 10, 20187 yr if you add method, fields what not then you always have to reboot. these are hard changes so yea you could change values of already set fields, ... but not new thingy's Always looking for new challenges, and happy to help the people where ever I can
November 28, 20186 yr On 3/11/2018 at 2:31 AM, sir_titi said: if you add method, fields what not then you always have to reboot. these are hard changes so yea you could change values of already set fields, ... but not new thingy's Or you could use DCEVM About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.