[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.dsdp] Remote debugging question

Hi,

Eclipse
Version: 3.4.1
Build id: M20080911-1700

PDT Core Plugin: 2.0.0v2008103
Xdebug 2.0.3

I've set up PDT/Xdebug to debug an app on a remote server. To accomplish this, I basically start with a copy of the app on my local machine and then upload that app to the remote machine with RSE. When I make edits to the copies on the local machine I synchronize the app on the remote machine with the app on my local machine.

Here's the problem:
The app that I'm running modifies the contents within its directory tree, and as the app runs on the remote system(the server), its contents are changed. So my local app is out of sync with my remote app, but my local app is the one that should be updated.


Is there any way of getting RSE, to sync from the server to the client on demand?

Thanks
R