Hi,
some weeks ago, we moved from Eclipse 3.1.2 with MyEclipse 4.01 to Eclipse 3.2.2 with MyEclipse 5.5.1.
Since then users start to complain about the debugging in MyEclipse. For those who are using Remote debugging and who start the server outside of eclipse everything is fine. But we have some developers who start the weblogic over the server view from the myeclipse Perspective.
When setting a breakpoint in a servlet, there is no source attachment to the servlet and you have to manually edit the source lookup path. The next time you start the server, you have to do it again.
There are only a few steps to reproduce this problem:
– New Project -> Web Project
– then new class -> Servlet
– deploy the web project to the appserver in the autodeply directory
– set breakpoint in the doGet and in the doPost-Method
– start the server in debug mode
– call the servlet
No source is attached.
The only workaround i found, was to creat a launch configuration for the weblogic server and added all projects to the source path.
But this is annoying, since there is already a view with all the servers.
Problem appears with Weblogic 9 and Weblogic 10. In earlier versions of MyEcipse this worked.
Is this a bug?
Thanx
Oliver
– brea