[jboss-jira] [JBoss JIRA] (AS7-5574) Switch to standard Java debug options -agentlib

Cheng Fang (JIRA) jira-events at lists.jboss.org
Mon Oct 8 14:24:03 EDT 2012


     [ https://issues.jboss.org/browse/AS7-5574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cheng Fang updated AS7-5574:
----------------------------

    Git Pull Request: https://github.com/jbossas/jboss-as/pull/3207, https://github.com/jbossas/jboss-as/pull/3206
     Forum Reference: http://lists.jboss.org/pipermail/jboss-as7-dev/2012-September/006842.html  (was: http://lists.jboss.org/pipermail/jboss-as7-dev/2012-September/006842.html)

    
> Switch to standard Java debug options -agentlib
> -----------------------------------------------
>
>                 Key: AS7-5574
>                 URL: https://issues.jboss.org/browse/AS7-5574
>             Project: Application Server 7
>          Issue Type: Feature Request
>          Components: Documentation, Scripts
>    Affects Versions: 7.2.0.Alpha1
>            Reporter: Cheng Fang
>            Assignee: Cheng Fang
>
> AS7 currently has the Java debug options 
> -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n
> This uses non-standard options, which may be removed in future JDK, and 
> may not work with other vendors' JDK.
> How about switching to use the standard options, to make it easier to 
> maintain and port?
> -agentlib:jdwp=transport=dt_socket,address=localhost:8787,server=y,suspend=n

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list