I am having a heck of a time trying to debug my application because the MyEclipseIDE environment keeps locking up.
The console statements from the server (JBOSS 4.0.2) are displaying at a snails pace…very,very slow. Not sure if that is an application specific threading issue or not. Doesn’t seem to be happening to anyone else on my team with the same source tree.
It also takes quite a while to get to the next line of code in the debugger when stepping over.
Sometimes I get debugger errors mentioning stack frame issues. I wonder if my startup memory requirements for both MyEclipseIDE or JBOSS Server may be an issue.
MyEclipseIDE startup: -Xmx512M
JBOSS Server JDK startup: -Xms512M, -Xmx512M
Here is some version information:
OS
Windows XP SP2
1GB RAM
Eclipse
Version: 3.1.1
Build id: M20050929-0840
MyEclipseIDE
Version: 4.0.3
Build id: 20051025-4.0.3-GA
MyEclipseIDE Compile Time JDK: Sun Java 1.5_02
Server (JBOSS) JDK: Sun Java 1.5_02