[
https://issues.jboss.org/browse/JBIDE-8548?page=com.atlassian.jira.plugin...
]
Snjezana Peco commented on JBIDE-8548:
--------------------------------------
When you start AS 7 in the debug mode using JBoss Tools, you are already connected to the
remote application and can't be connected again.
To start AS 7 from the command line, use:
Linux:
export JAVA_OPTS="-Xdebug
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1044"
standalone.sh
Windows:
set JAVA_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1044
standalone.bat
Support auto discovery of remote processes for debugging
--------------------------------------------------------
Key: JBIDE-8548
URL:
https://issues.jboss.org/browse/JBIDE-8548
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JBossAS/Servers
Reporter: Aslak Knutsen
Assignee: Snjezana Peco
Labels: new_and_noteworthy
Fix For: 3.3.0.M3
Attachments: 8548-1.png, 8548-2.png, 8548-3.png, jbide-8548d.png,
JBossRemoteConfiguration.png, lsof.txt, org.jboss.tools.remote.debug.zip,
org.jboss.tools.remote.debug1.zip, org.jboss.tools.remote.debug2.zip,
org.jboss.tools.remote.debug3.zip, org.jboss.tools.remote.debug4.zip,
org.jboss.tools.remote.debug5.zip, RemoteJavaApplication1.png,
remote_java_application.bmml
It would be helpful if Eclipse could provide a 'debug as' with auto discover of
local java processes, somewhat like jconsole does. Eclipse should also auto associate the
debug session with the current project.
'debug as' -> 'remote process x'
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira