Does anyone know of a good tool for debugging JSPs from within Eclipse? I\'d like to be able to set and watch breakpoints, step through the Java code/tags, etc within Eclips
If you have WTP installed, you can set breakpoints within a JSP and they work fine in a regular "remote debug" session. However, once you've stopped on a breakpoint, stepping through the code is nigh on impossible and finding whatever it is that you wish to inspect takes a lot of digging around in the "Variables" view.