Ya its possible. You will have to edit the run.bat file(for windows) as follows:

Place the following line in run.bat(Its already present, you actually have to 
remove the rem word at the start of the line):

set JAVA_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE 
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n %JAVA_OPTS%

In your eclipse, select the drop down of the Debug icon. Then click on Debug...
Then click on Remote Java Application in the Configurations window. Then click 
on New button. In the connection properties,  mention the Host as localhost and 
port as 8787. Then click on Debug button. Thats it



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889708#3889708

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889708


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to