IntelliJ IDEA: Breakpoint not being hit, and is shown without the tick, just a red dot

后端 未结 10 505
北海茫月
北海茫月 2020-12-29 01:24

First of all, the most similar question that I found is this Intellij IDEA: Breakpoint not being hit, and is shown greyed out but that is not the exact same case.

I

10条回答
  •  轮回少年
    2020-12-29 02:13

    The same happened with me on Mac machine. I followed these steps and all worked fine:

    1. Stop server.
    2. Close all intellij projects.
    3. Open only the specific intellij project on which my application needs to run.
    4. Start the server in debug mode.

提交回复
热议问题