I\'m trying to debug Maven tests in Eclipse. When I launch tests with the maven option maven.surefire.debug, I get this error :
ERROR: transport error 202: b
Go to Debug configuration -> Remote Java Application -> Connect tab, check Allow termination of remote JVM.
Debug configuration
Remote Java Application
Connect
Allow termination of remote JVM
Then, when you are going to restart the server/maven, go to Debug perspective and click the read / stop button.....
Debug perspective
read / stop