My environment:
eclipse 2.1.1
myeclipse 2.6.3
JDK 1.4.2_02
tomcat 5.0.12
My project settings:
Project Home: d:\projects\rccsm-eclipse2
Web-root: d:\projects\rccms-eclipse2\src\webapp
src-root: d:\projects\rccms-eclipse2\src\java
I was able to set a breakpoint in the following JSP:
d:\projects\rccms-eclipse2\src\webapp\layouts\classicLayout.jsp
and the debugger stopped in the JSP when it was accessed.
I then set a breakpoint in the following JSP:
d:\projects\rccms-eclipse2\src\webapp\writers\default\ManagedObjectPropertyWriter.jsp
but when i restart Tomcat through MyEclipse launcher and access the JSP the debugger doesn’t stop at the breakpoint?
Thanks,
Chris