Hello everyone.
I am using IDEA community edition version 139.872.1 for java development and have an annoying problem which might be due to some bad configuration, etc. The project is JAVA and build system is maven with many modules and sub-modules, etc.
Problem is with the debugger and actions like go to classes (this happen sometimes) which open a compiled class from the maven artifacts rather than opening the actual source code which is present in the project itself. Same goes for debugger; if I set a breakpoint in class ABC source file (this is remote debugging) the debugger will open the class from the Maven artifact (and shows the attach/download source option on top right) instead of opening the actual source file which is present in the project.
Anyone with similar issue?
Thanks.