Debug doesn't work on intelij Idea 14.x & latest versions
Answered
Hi,
I been using intelij almost more than 2 years. I like working on intelij very much.
But, i been having peculiar issues while debugging my code. My break points are not working at all.
I tried invalidating cache etc. But still i have the same issue.
Please suggest a permanent solution which works irrespective of the intelij version?
Thanks...!
Please sign in to leave a comment.
Make sure classes and sources are in sync, it could be that you load some jar that contains older class versions and this jar appears first in the classpath, therefore your actual classes are not loaded by the JVM and breakpoints stop working.
If the issue remains, please provide a sample project illustrating the problem and the exact steps to reproduce.
Before running the application, i making a clean maven install then running. So, i don't think, it is old class versions problem.
This would not help if there is any jar in the classpath that has the same classes as your app, but different version. Another possible case is obfucscation.
In any case, it's nearly impossible to help with such problems without a reproducible test case. We can spend days guessing without finding the problem.