Update "ant run-example" JVM debugging command-line switches
------------------------------------------------------------

                 Key: SOLR-3291
                 URL: https://issues.apache.org/jira/browse/SOLR-3291
             Project: Solr
          Issue Type: Improvement
            Reporter: Erik Hatcher


Our current run-example target uses {code}-Xdebug 
-Xrunjdwp:transport=dt_socket,server=y,suspend=${example.debug.suspend},address=5005{code}

but I've heard that it can be done without -X arguments like this 

{code}-agentlib:jdwp=transport=dt_socket,address=localhost:9009,server=y,suspend=y{code}

What's the most up-to-date best way to enable JVM debugging?  Are changes 
warranted?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to