How to debug JSP files with IntelliJ Idea 15 (breakpoints aren't working)

Viewed 2981

I'm trying to debug JSP file from Intellij Idea 15. I've put breakpoints in several places but the program still goes on.

Also, I've tried to configure the JSR45 plugin for Intellij, but it does not work because I haven't config script in my project to run it.

Does anybody know the solution for this issue? Feel free to share your suggestions!

1 Answers
Related