I am facing a issue while debugging Java code in IntelliJ.
I am connected to remote server, Am using Maven to build my project and project is building properly, verified it multiple times.
Every time I insert a debug point, IntelliJ returns an error message "there is no executable code at that point". While some breakpoints are inserted, IntelliJ returns a error message while execution "source code doesn't match byte code".
Tried solution provided in various links like : using synchronize options, invalidate caches, rebuilding and others.
Settings->Maven->Reimport project
and see what happens. – Ronnie