Suppose, I've set a breakpoint in a JSP page. The debugger has stopped at that line. How to evaluate JSTL EL expression in a debug session instead of sending result to a browser every time the expression is being changed? I use IntelliJ IDEA. Habitual 'ALT+F8' (evaluation window) doesn't work.
UPD: in other thread the questioner said 'The debugger never hits' the breakpoints. But in my case the execution stops, but I don't know how to evaluate EL expression without sending the result to a browser.