The IDE supports both servlet and JSP debugging. A JSP file, with all its included files, maps to a single servlet file. Specifically, one line in the JSP file maps to one or more lines in the servlet file. Some lines in the servlet file do not map to any single line in the JSP file.
Note that the HTTP Monitor appears by default when you run web modules. The HTTP Monitor gathers data about HTTP requests that the servlet engine processes. For each HTTP request that the engine processes, the monitor records data about the incoming request, the data states maintained on the server, and the servlet context. You can view data, store data for future sessions, and replay and edit previous requests.
For help with standard debugging, see "Debugging a Program" in the Core IDE Help Set.
See also | |
---|---|
Setting JSP Debugger Options JavaServer Pages Technology Monitoring Data Flow on the Web Server |