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

后端 未结 10 439
北海茫月
北海茫月 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:18

    I was also facing this issue and found that my tomcat configuration was not right.

    
        org.springframework.boot
        spring-boot-starter-tomcat
        compile
    
    

    The scope tag had value as "provided". Changed it to compile and it worked fine.

提交回复
热议问题