I am able to set breakpoints and debug JSP files in eclipse (see this post Debug JSP from eclipse)
The problem is I don't know how to attach the JSP source files so that I can see where debugger is stepping.
I have tried the following things with no success:
- add the maven project as source to the debug configuration
- Add the dynamic project nature to the project
- zip all jsps in a jar (like regular java sources)
I don't know what eclipse is really expecting as artifact containing the JSP source files.
PS: I use Weblogic 10 and maven.