Maven Eclipse Debug “JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)”

前端 未结 8 1749
野的像风
野的像风 2020-12-15 03:23

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         


        
8条回答
  •  一生所求
    2020-12-15 04:00

    Go to Debug configuration -> Remote Java Application -> Connect tab, check 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.....

提交回复
热议问题