You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ 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
Does
mvnd
support debug mode likemvnDebug
?The text was updated successfully, but these errors were encountered: