[jbosstools-issues] [JBoss JIRA] (JBIDE-19409) bug in auto-detecting -Xrunjdwp flags in running jvms

Alexey Kazakov (JIRA) issues at jboss.org
Thu Mar 12 12:38:18 EDT 2015


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

Alexey Kazakov reassigned JBIDE-19409:
--------------------------------------

    Assignee: Rob Stryker


> 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.2.3.CR1, 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



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jbosstools-issues mailing list