Windows
Eclipse Version 3.0.2 Build id 200503110845
MyEclipse Version 3.8.4
JDK version: 1.4.2
Tomcat 5.5
Here’s an old post:
“breakpoints will only be honored in top-level JSP pages. Included JSP fragments are inlined in the top-level pages to to debug them, set a breakpoint above the include in the page which includes the fragment of interest. Then, when you “step over” the include, you’ll be shown the lines executed within the included fragment.
–Scott
MyEclipse Support
Is this still true? I can’t set breakpoints within included JSP sub pages. Setting them at top-level pages works fine.