[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:53:19 EDT 2015


    [ https://issues.jboss.org/browse/JBIDE-19409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13049533#comment-13049533 ] 

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



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


More information about the jbosstools-issues mailing list