Hi:
When debugging JSP’s, should local vars be visible in the debugger? Mine do not seem to be.
For example, if I create a JSP with the default template and put a break point after the “String path = ” line in the first code block, there is no sign of the variable “path” in the debugger variables display when the breakpoint is hit.
(I am running:
windows XP
java2 sdk 1.4.2_02
eclipse 2.1.2
tomcat 5.0.14
myeclipse 2.6.4)
thanks,
–FritzM.