Maven Eclipse Debug “JDWP Transport dt_socket falhou ao inicializar, TRANSPORT_INIT (510)”

Estou tentando depurar testes do Maven no Eclipse. Quando inicio testes com a opção maven maven.surefire.debug, recebo este erro:

ERROR: transport error 202: bind failed: Address already in use
FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:690]
/bin/sh: line 1: 27500 Abort trap        

É o mesmo quando tentei iniciar o debug no meu shell.

Tentei adicionar a opção maven forkMode = never, e recebo outro erro com meu artefato de solda que não tenho sem a opção maven.surefire.debug:

Error loading Weld bootstrap, check that Weld is on the classpath

No entanto, o Weld está no meu caminho de class

Alguma ideia

questionAnswers(7)

yourAnswerToTheQuestion