- This topic has 2 replies, 3 voices, and was last updated 19 years, 2 months ago by
erictoom.
-
AuthorPosts
-
richardbondiMemberI’m using eclipse 3.1.2 on a 1G Ram 3GHz machine running tomcat 5.5.9. I was able to step through java files and jsp files just fine, and then suddenly — I have no idea what I did — it became ludicrously and unusably slow: as in minutes for *any* page to simply load. When Tomcat is not in debug mode, the pages come up in a few seconds. In both cases tomcat is launched via myeclipse.
Any ideas anyone?
My org.eclipse.pde.* plugins are:
build_3.1.2
core_3.1.1
doc.user_3.1.2
junit.runtime_3.1.0
runtime_3.1.1
source_3.1.2
ui_3.1.2Thanks,
/r:b:*** Date: Mon Mar 20 08:49:30 EST 2006
*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.4.2_07*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.1.0 GA
Build id: 20060122-4.1-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.2
Build id: M20060118-1600Eclipse Platform
Version: 3.1.2
Build id: M20060118-1600Eclipse Java Development Tools
Version: 3.1.2
Build id: M20060118-1600Eclipse Plug-in Development Environment
Version: 3.1.2
Build id: M20060118-1600Eclipse Project SDK
Version: 3.1.2
Build id: M20060118-1600Eclipse Graphical Editing Framework
Version: 3.1
Build id: 200509301327Eclipse RCP
Version: 3.1.2
Build id: M20060118-1600Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
908_58
-vm
C:\WINDOWS\system32\javaw.exeMarch 21, 2006 at 9:48 am #249022
Riyad KallaMemberRichard,
During debugging the Eclipse debugger considers ANY open project and all it’s files possible targets for a break point. Because of this, if you are debugging and have a particularly large project open, this would cause this behavior. Try and close all the projects you are not using during debugging and see if the speed issue goes away.Alternative try and restart you computer, you never know what a hung process, dead port or any other like that could be doing with the debugger.
April 25, 2006 at 4:12 pm #251114
erictoomMemberRichard,
Did you ever get a resolution to the problems you were encountering? I am starting to have very similar problems to the ones that you were describing below.
Thanks.
-
AuthorPosts