Debugging Web Applications in Eclipse

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?

+3
source share
2 answers

Tomcat JPDA Netbeans.

+1

. , , , .

0

Source: https://habr.com/ru/post/1733617/


All Articles