I started Tomcat as instructed here: http://wiki.apache.org/tomcat/FAQ/Developing using this command
catalina jpda start
I set up Intellij as depicted below
It connects to the debugger successfully
but when I click next to every single line I get a red x as shown below. I know for a fact the line contains executable code. Either way every line says the same thing.
What could I be doing wrong or differently?