Breakpoints not respected in Remote debugging of Maven / TestNG test Stephen Boesch Created July 26, 2010 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: