JspDebug
Home PageCategories: JSF - JSP - Tag libraries - AJAX, Profiling - Debugging
Author: Desiderata Software
Latest version: 1.0
Added 2007-02-07
Tool for debugging JSP (Java Server Pages) scripts.
Given a JSP, JspDebug will generate a Java file that's close to the JSP, and can be debugged using any IDE that has a debugger. The structure of this Java file is specially designed for ease of debugging. Once the bug has been found, the fix can be put into the original JSP. Before adding the fix to the original JSP, the Java file generated by JspDebug can also be modified to see if a particular fix will solve the problem.
Features include:
- During debugging, a String variable named _content is available. It can be examined or watched in the debugging IDE, and it will contain the JSP output until the current statement.
- Supports Servlet 2.3 and JSP 1.2
Built for Java |