I have a Java Struts application in Eclipse, and I'm looking for a way to see the values ββof request and session variables (as shown on NetBeans) when I run the application on Tomcat.
For some reason, "Variable View" in debug mode is always empty, and it is not possible to populate it with variables that I need to execute. Internal or external browser, no difference.
Please give me some tips, thanks.
ONE DAY AFTER:
Thanks for the answers. Iβll clarify my question a bit, because so far I donβt get what I want.
My link is a table displayed in NetBeans ("HTTP Monitor"), I can see the parameters and attributes associated with each Get or Post, arranged on the "Request", "Session", "Context" tab. In Eclipse, closer than I can get right now is to display the variables I need in the Expressions view. The problem is that they are not updated! For example, the variable "_client" associated with the drop-down control will not reflect the change.
Instead of taking a snapshot of a variable, I need a dynamic view.
Any ideas?
source
share