tony1223 / run-jetty-run

Automatically exported from code.google.com/p/run-jetty-run
0 stars 0 forks source link

Is Remote debugging possible though this pluging #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please suggest how can we do remote debugging with one.

Original issue reported on code.google.com by suni...@gmail.com on 13 Nov 2008 at 4:53

GoogleCodeExporter commented 9 years ago
The plug-in starts the web app on your local machine (the one running Eclipse). 
 If you want to do remote debugging (i.e. of a web 
server running on another machine), then you should use the standard Eclipse 
JDT feature for debugging a Remote Java Application.  
See:

http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.jdt.doc.user/tasks
/task-remotejava_launch_config.htm

Original comment by James.Sy...@gmail.com on 4 May 2009 at 1:09