java - No executable code found at line -


this question has answer here:

i getting message "no executable code found @ line" when doing remote debug intellij ver 12. java application. using maven building war. not sure make change in order debugging properly.

you need ensure sources in editor in sync classes on server. classes must compiled same sources debug option enabled compiler.

note classpath may configured incorrectly , include old version of classes trying debug. may include different versions of same class (like 1 .jar, classes) , jvm load not 1 need.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -