Debugger not working in IntelliJ IDEA 2023.1.1 (Ultimate Edition)
已回答
I am facing an issue in Intellij while debugging through code. Even though the breakpoints are activated/enabled, the execution does not get stopped at that line and simply pass through it. It works fine for the very first time after server restart.
Please help as it is very frustrating. I have to put system.out.println everytime to check the values as the executions do not stop at activated breakpoints.

请先登录再写评论。
Hello,
Could you please add more information about your project? Do you run it on application server?
Is the issue reproducible with new sample project?