I try to debug my code in Intellij IDEA. I step into a method, which is in another maven project, but the idea picks and opens older,wrong version of the file. How can I hint the IDE to use the right one?
Thanks
I try to debug my code in Intellij IDEA. I step into a method,
Share
This is a known issue which I report to IntelliJ some time ago. I believe there is a standing request for enhancement.
The only solution I have found is to remove all the older versions from the Project before performing the debug under File => Project Structure … => Libraries -> delete older libraries which are duplicates.