IntelliJ IDEA debugger skips breakpoints when debugging Maven tests

后端 未结 4 724
予麋鹿
予麋鹿 2021-02-01 18:23

I am trying to debug Maven tests in IntelliJ IDEA. When I open IDEA\'s Maven Projects view and right-click on test goal, I get an option to debug it. C

4条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-01 19:07

    Your sources for the dependencies do not match the binary code. Make sure you're using the same sources.

提交回复
热议问题