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

Rob Stryker (JIRA) issues at jboss.org
Thu Mar 5 04:47:49 EST 2015


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

Rob Stryker updated JBIDE-19409:
--------------------------------
    Workaround Description: 
Make sure your main class has  
-Xrunjdwp:transport=dt_socket,server=y,address=4000,suspend=n  

In other words, make sure the first runjdwp flag is transport, not server, address, or suspend. 


> 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)


More information about the jbosstools-issues mailing list