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/10/11 06:56:59 UTC

[GitHub] [maven-mvnd] gzm55 opened a new issue, #706: mvnDebug mode for mvnd

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

   Does `mvnd` support debug mode like `mvnDebug`?


-- 
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] gzm55 closed issue #706: mvnDebug mode for mvnd

Posted by GitBox <gi...@apache.org>.
gzm55 closed issue #706: mvnDebug mode for mvnd
URL: https://github.com/apache/maven-mvnd/issues/706


-- 
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] gzm55 commented on issue #706: mvnDebug mode for mvnd

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

   OK, thx.


-- 
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 #706: mvnDebug mode for mvnd

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

   ```
   ➜  mvnd git:(maven4/master) mvnd --help | grep -A 3 mvnd.debug
    -Dmvnd.debug=<boolean>                 If true, the daemon will be launched in debug mode with the following JVM
                                           argument: -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=8000;
                                           otherwise the debug argument is not passed to the daemon.
                                           Default: false
   ```


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