I've been developing a Java web application for my internship with Eclipse and all has been going well until this afternoon.
Randomly one of the times when I chose to debug on server (Apache Tomcat v7) it took 30 seconds as opposed to the usual 3-5 seconds. I undid my changes to no avail thinking that I had just done something really inefficiently(I had changed all the structures of my Hibernate mappings) and it still didn't resolve the issue. I also tried removing and re-adding the server several times.
Though, the funny thing is when I choose run on server it still runs it in like 3-5 seconds.
Thanks in advance for whatever help anyone can offer.