0

I have some JSP code. I use resin server. I need to debug the jsp file. I successfully can connect to debug through dt_socket on Eclipse but eclipse does not show the content of the variables on debug time.

How can I overcome this?

Ugur KAYA
  • 167
  • 3
  • 14

1 Answers1

0

try to look for them in

pageContext / session / session / attributes
Rodislav Moldovan
  • 1,175
  • 1
  • 13
  • 20