I have a project where breakpoints worked well for .jsp included in other .jsp.
Recently, I have renamed all .jsp fragments to .jspf to avoid incorrect validation.
The problem is that now breakpoints are ignored in .jspf.
It strange because it supposed to be fixed by https://bugs.eclipse.org/bugs/show_bug.cgi?id=334150
However I can still "step into" an included jspf, if I put a breakpoint in the containing jsp page (before include).
A friend has just found a partial workaround:
Go to Window > Preferences, in "Content Types", for "JSP" add "*.jspf".
Now breakpoints work in jspf!
...but in this case, I cannot disabled fragment validation anymore (so I have many "false" errors again)
even if I uncheck "Validate JSP Fragments" in Validation > JSP Syntax