environment:
Hardware:
Pentium 4 1.4g with 380 Mb RAM
Software:
Windows 2000 server SP4
JDK 1.4.2
Eclipse 2.1.1 + MyEclipse 2.6.2(free downloading)
weblogic server8.1
In any web applications, when a breakpoint in a jsp file is arrived, I can not watch the value of expressions in expression window.
It always says that wrong in computing expression. But I can watch
the value of variable in variable windown correctly. However, in debugging servlet, both work well. (I have changed the J2ee lib from the original settings to including weblogic.jar and tools.jar. But nothing changed.)
Is there any worng setting? Thank u.