Rob Stryker created JBIDE-19409:
-----------------------------------
Summary: bug in auto-detecting -Xrunjdwp flags in running jvms
Key: JBIDE-19409
URL:
https://issues.jboss.org/browse/JBIDE-19409
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common/jst/core
Affects Versions: 4.2.3.CR1
Reporter: Rob Stryker
Current code in org.jboss.tools.common.jdt.debug.VmModel assumes the debug args start
with -Xrunjdwp:transport when really it can start with
-Xrunjdwp:transport=dt_socket,server=y,address=4000,suspend=n
-Xrunjdwp:address=4000,server=y,transport=dt_socket,suspend=n
-Xrunjdwp:server=y,address=4000,transport=dt_socket,suspend=n
-Xrunjdwp:suspend=n,address=4000,server=y,transport=dt_socket
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)