Breakpoints are being hit in the Java code, the project is being run as Debug, \"Skip All Breakpoints\" is disabled, line breakpoints (blue dots) are on lines in my JSP pages.>
Found a workaround. In the JSP, import a Java class and call one of it's methods. Put a breakpoint at the end of that method and step through it (F5) into the JSP.