]
Alexey Kazakov commented on JBIDE-19409:
----------------------------------------
<strykerawb>: akazakov, i think we can just move it to master. I've made more
changes in master for that code, substantially larger, and i think since it's an old
bug that i only discovered 2 weeks ago, its ok to leave it
<strykerawb>: its also non-critical
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
Assignee: Rob Stryker
Fix For: 4.3.0.Alpha2
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