I'm facing the next issue when I try to debug my code remotely with intellij: Source code does not match the bytecode.
I don't have any problem with the classes which are part of the current project, but with the .class files from the .m2 folder, which are dependencies updated in the pom.xml with some code changes. I got this error always.
I tried with mvn clean install, I deleted the folders from the .m2 folder, also I invalidated the cache and restart and rebuild the project. Not pretty sure how can I fix this issue. I blocked for some time, any idea?
Thanks!