Breakpoints not respected in Remote debugging of Maven / TestNG test Stephen Boesch 创建于 2010年07月26日 04:22 I am on 9.0.3Does anyone have pointers on how to resolve the issue described in the subject line?
The surefire plugin runs the tests in a new JVM - if you turn off forking, your test breakpoints should work. Add this to your POM's plugins section: