Debugging JSPs with multiple webapps
Hi,
I have a project set up in 4.5.3 with multiple web application modules. Some of these modules have JSP files with the same name. I have found that often IDEA steps into the wrong module when debugging.
For example, when I place a breakpoint in a javabean, and then step out of the bean method, I am returned to a JSP file from a different module to the one i am debugging. Does anyone have any ideas?
Please sign in to leave a comment.
Sounds like IJ is not taking the source path into account to determine
which module's source should be used.
Norris Shelton
Sun Certified Java Programmer
Ben Rometsch wrote:
>Hi,
>
>I have a project set up in 4.5.3 with multiple web application modules. Some of these modules have JSP files with the same name. I have found that often IDEA steps into the wrong module when debugging.
>
>For example, when I place a breakpoint in a javabean, and then step out of the bean method, I am returned to a JSP file from a different module to the one i am debugging. Does anyone have any ideas?
>