I am trying to use Eclipse to debug a JSP page. Set breakpoints and would like to know the current value of a pair of variables, for example. this:
<c:set var="flows" value="${model.flows}" />
However, the hang does not work , so I am trying to use a variable view that looks like this:

Each of them has a complex tree structure, so the search for what I need is not obvious. Is there a quick way to expand all nodes in a tree without a big mouse click? Or look for the whole tree?
java variables debugging eclipse jsp
Steve chambers
source share