[
https://issues.jboss.org/browse/JBIDE-19397?page=com.atlassian.jira.plugi...
]
Max Rydahl Andersen edited comment on JBIDE-19397 at 3/5/15 3:21 AM:
---------------------------------------------------------------------
Please look in our code in jbosstools not the platform.
https://github.com/jbosstools/jbosstools-base/blob/master/common/plugins/...
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/...
which is the exact same as used in jmx for this:
https://github.com/jbosstools/jbosstools-server/blob/master/jmx/plugins/o...
was (Author: maxandersen):
Please look in our code and in jbosstools not the platform.
https://github.com/jbosstools/jbosstools-base/blob/master/common/plugins/...
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/...
which is the exact same as used in jmx for this:
https://github.com/jbosstools/jbosstools-server/blob/master/jmx/plugins/o...
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)