lyt23 / filesync4eclipse

Automatically exported from code.google.com/p/filesync4eclipse
1 stars 0 forks source link

Feature Request: Java Debug should block sync. #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I use filesync to deploy resources to tomcat. Works great without debug (JPDA). 

If i debug the Web-Application on an Webserver, the Changes to class-files will 
be deployed twice! The 1th on JPDA-Socket-Connection, 2nd on filesync4eclipse. 

My request is, to add an checkbox to the configuration (folder-sensitive) "Sync 
if not JPDA". The sync will work if not the debugging is activated.

Regards Peter Rader

Original issue reported on code.google.com by pter24...@gmail.com on 2 Aug 2010 at 6:25

GoogleCodeExporter commented 8 years ago
Can you please elaborate a little bit what is JDPA and how one can know if this 
is activated/not on a project?

Regards,
Andrei

Original comment by iloveeclipse on 1 Oct 2010 at 9:10

GoogleCodeExporter commented 8 years ago
As there is no interest from reporter, I'm not going to implement it.

Original comment by iloveeclipse on 24 Dec 2010 at 12:47

GoogleCodeExporter commented 8 years ago
You can activate JPDA via the Debug-Button on toolbar.

Ref:
http://ihategeek.wordpress.com/2007/06/25/remote-debugging-with-eclipse-and-tomc
at/

Original comment by pter24...@gmail.com on 24 Dec 2010 at 3:00