I'm attempting to use Eclipse to debug a JSP page. Have set breakpoints and would like to know the current value of a couple of variables, e.g. this one:
<c:set var="flows" value="${model.flows}" />
However, hovering over doesn't work so am attempting to use the Variables View, which looks like:
Each one of these has a complex tree structure so finding what I need isn't obvious. Is there a quick way to expand all the nodes in the tree without lots of mouse clicking? Or search the whole tree?