You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/11/22 03:30:52 UTC

[GitHub] [maven-mvnd] zhaoyunxing92 opened a new issue, #737: After turning on debug, I hope there will be a hint

zhaoyunxing92 opened a new issue, #737:
URL: https://github.com/apache/maven-mvnd/issues/737

   I don't know if the startup is successful after I turn it on, and the port is not released after I disconnect it.
   
   ### Just like the following
   ``` shell
   ➜  todo git:(main) ✗ mvnDebug clean compile
   Preparing to execute Maven in debug mode
   Listening for transport dt_socket at address: 8000
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-mvnd] zhaoyunxing92 commented on issue #737: After turning on debug, I hope there will be a hint

Posted by GitBox <gi...@apache.org>.
zhaoyunxing92 commented on issue #737:
URL: https://github.com/apache/maven-mvnd/issues/737#issuecomment-1323258450

   Well, then manually kill


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-mvnd] gnodet closed issue #737: After turning on debug, I hope there will be a hint

Posted by GitBox <gi...@apache.org>.
gnodet closed issue #737: After turning on debug, I hope there will be a hint
URL: https://github.com/apache/maven-mvnd/issues/737


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-mvnd] gnodet commented on issue #737: After turning on debug, I hope there will be a hint

Posted by GitBox <gi...@apache.org>.
gnodet commented on issue #737:
URL: https://github.com/apache/maven-mvnd/issues/737#issuecomment-1323174921

   I agree a hint would be welcomed.  For the port, I also agree that given the port number is fixed, it would be preferable to release it.  The problem is that debug mode is turned on at for the JVM and I don't think there's a way to enable/disable remote debugging dynamically, which would mean the daemon would have to be killed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org