Each breakpoint that you set in a JSP page generates a corresponding Servlet breakpoint, which is placed automatically in the generated servlet Java file for that JSP page. When you set a breakpoint in a JSP file, then compile the JSP page, you can see both breakpoints in the Breakpoints view in the Debugging workspace.
The parent breakpoint is the JSP breakpoint, and the child breakpoint is the Servlet breakpoint. If you delete the JSP (parent) breakpoint, the corresponding Servlet (child) breakpoint is deleted automatically. However, if you delete the Servlet (child) breakpoint, the corresponding JSP (parent) breakpoint is not removed.
For help with standard debugging, see "Debugging a Program" in the Core IDE Help Set.
See also | |
---|---|
Debugging JSP and Servlet Files |