Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
282 views
in Technique[技术] by (71.8m points)

java - mvnDebug mode is not opening the debug mode

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:Eclipse Config

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".


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...