Posted July 19, 20178 yr Yes, this is a dumb question. I just can't understand. Yes, I googled it, no results, there were some ways to clear Idea cache, but it doesn't help. The thing is I'm trying to edit a ForgeGradle mod. I imported it in the IntelliJ Idea. It compiles, I'm working on it and it works in the game. Then I need to understand, what's wrong with my code. I place some breakpoints and run in the Debug mode. "Variables" is empty and I don't even sure that breakpoints are working. No, "Mute Breakpoints" is off. I'm writing this question here, because I think that IntelliJ just doesn't see something, because we're dealing with Minecraft and mods and not just regular Java application. Please help, I'm tired. Edited July 19, 20178 yr by rinart73
July 19, 20178 yr Does your game freeze at the time the code should run where you put a breakpoint? Classes: 94 Lines of code: 12173 Other files: 206 Github repo: https://github.com/KokkieBeer/DeGeweldigeMod
July 19, 20178 yr Author Well, not really. I mean, I still can type in the server console. And IntelliJ will not 'focus' editor on the line with breakpoints (as some other IDE do). I don't know, if it's even should.
July 19, 20178 yr For me, IDEA's debug works just fine. Are you sure that your code executes? What is your client run configuration?
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.