I have a maven project which I m trying to execute using mvnDebug clean install command but it is getting stuck at below point and nothing happens after this:
mvnDebug clean install
Preparing to execute Maven in debug mode
Listening for transport dt_socket at address: 8000 (Stucked here and nothing happens after this)
Debug configuration in Eclipse is shown in image:
Also if I am trying to debug from java class itself by right clicking and selecting Debug as > Debug configurations (same configuration as shown in image) > debug then it is working fine just for the first time and opening the debug perspective. But If i perform the same actions I get "Launching remote encountered a problem, failed to connect to remote VM.Connection refused".
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…