Eclipse debugger taking a long time to startup?
By gswarfield on March 18, 2013 | Category: Blog,Grant | No CommentsIf you have been having trouble with the debugger in eclipse taking forever to start, well I finally figured out what the cause of the problem was. BREAKPOINTS! I use so many breakpoint, but I usually just unchecked them when I didn’t need to use them right then and there, but might need to in the future. I have also been known to use the breakpoints kind of like bookmarks to certain points in code. I did all this thinking that if the breakpoints were unchecked, it wouldn’t even be utilized. Boy was I wrong. Long story short… remove your breakpoints, active or not.