]
Cheng Fang resolved AS7-5574.
-----------------------------
Fix Version/s: 7.2.0.Alpha1
Resolution: Done
The PR was merged into 7.2 (master) only.
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
Fix For: 7.2.0.Alpha1
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: