I'm trying to debug and run a Jetty project in IntelliJ Ultimate 2019.3
I marked few lines with break points (and they are marked correctly in red circle).
Than I start the Jetty server in debug mode, and at some point, as the server is spinning up, some of the break point lines turn to the gray "no entry" sign with the error of
no executable code found at line ....
And as I stop the Jetty, the break points snaps back to red circle.
I tried to (as suggested here for example):
- re-import the maven dependencies
- rebuilding the project
- run
mvn clean install
- File -> "Invalidate Caches & Restart"
Yet, nothing is solving this issue.