java - No executable code found at line -
this question has answer here:
- cannot set java breakpoint in intellij idea 15 answers
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
Post a Comment