You can customize your JSP debugging sessions through the IDE's global options. You can specify whether to skip static HTML lines when debugging. Static HTML lines are lines that don't contain any JSP element or scripting language. When debugging with both the JSP source file and the generated servlet file open, you can also specify the files in which you want errors shown.
To set JSP debugger options:
To specify where compilation errors should appear:
Show in servlet source
or Show in JSP source
from the combo box. See also | |
---|---|
Debugging JSP and Servlet Files |