[jbosstools-issues] [JBoss JIRA] (JBIDE-19397) unify/merge "Debug As... > Remote Java Application" with JMX vm list

Max Rydahl Andersen (JIRA) issues at jboss.org
Thu Mar 5 03:20:49 EST 2015


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

Max Rydahl Andersen commented on JBIDE-19397:
---------------------------------------------

Please look in our code and in jbosstools not the platform.

https://github.com/jbosstools/jbosstools-base/blob/master/common/plugins/org.jboss.tools.common.jdt.debug.ui/plugin.xml#L245

We've had this feature for close to 3 years now: http://docs.jboss.org/tools/whatsnew/core/core-news-3.3.0.M3.html

The code that uses the sun code is here: https://github.com/jbosstools/jbosstools-base/blob/master/common/plugins/org.jboss.tools.common.jdt.debug/src/org/jboss/tools/common/jdt/debug/RemoteDebugActivator.java#L202

which is the exact same as used in jmx for this: https://github.com/jbosstools/jbosstools-server/blob/master/jmx/plugins/org.jboss.tools.jmx.jvmmonitor.tools/src/org/jboss/tools/jmx/jvmmonitor/internal/tools/IConstants.java#L49





> unify/merge "Debug As... > Remote Java Application" with JMX vm list
> --------------------------------------------------------------------
>
>                 Key: JBIDE-19397
>                 URL: https://issues.jboss.org/browse/JBIDE-19397
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: common/jst/core, server
>            Reporter: Max Rydahl Andersen
>            Assignee: Rob Stryker
>
> today we got jmx view that lists running hotspot jvms and allow introspection.
> We also have Debug As > Remote Java Application which I believe uses the exact same API but allow for launching a remote java app.
> It would be nice if we could make jmx view have a context menu for "connect debugger" that works in similar fashion  and even better, have remote java application just use the existing model so we don't have this use of sun api's spread out over two places.



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


More information about the jbosstools-issues mailing list