My organization has been using MyEclipse to develop and debug a JEE application deployed on JBoss for more than a year. During that time we have been able to set breakpoints and suspend program execution without any problem. Beginning last Friday, the debugger on my computer will not suspend at breakpoints set in our code.
I reinstalled MyEclipse 7.5. There was no change.
I set a break point on ClassNotFounf exception (jboss is full of them.) and the debugged suspended.
I created a class in a new project in a new workspace. I set a breakpoint and the debugger suspended.
I started JBoss from the command line with JAVA_OPTS to support remote debugging and created a remote debug config in MyEclipse. The debugger suspended on the set breakpoints. This is not as convenient as starting in the servers view but I can work.
Please help solve this issue, so that I can go back to the good old days when everything worked like it should.