Jump to content

Problems with debug in eclipse


TheRPGAdventurer

Recommended Posts

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?

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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. 

Link to comment
Share on other sites

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 :P

Always looking for new challenges, and happy to help the people where ever I can

Link to comment
Share on other sites

  • 8 months later...
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 :P

Or you could use DCEVM

About Me

Spoiler

My Discord - Cadiboo#8887

My WebsiteCadiboo.github.io

My ModsCadiboo.github.io/projects

My TutorialsCadiboo.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)

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.