April 23, 20169 yr I can't figure out what exception I want to set a breakpoint on. Something like GuiHandler.java is not an exception but a class. I already told you: OutOfMemoryError Despite the name, exception breakpoints work with any Throwable , not just Exception s. Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
April 23, 20169 yr Author So I've just added a outofmemoryerror breakpoint: http://picpaste.com/pics/Naamloos-TZk2sW8B.1461420733.png Still crashing though :3, you know why?
April 23, 20169 yr Author So I've just added a outofmemoryerror breakpoint: http://picpaste.com/pics/Naamloos-TZk2sW8B.1461420733.png Still crashing though :3, you know why?
April 23, 20169 yr Did it hit the breakpoint? Now that I think about it, regular debugging may not help much for a memory leak. You may need to read up on techniques for debugging memory leaks in Java and figure this out yourself. Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
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.