[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Re: Remote as in Remore and not localhost remote.

Tom Walter wrote:
Actually it's perfectly possible to debug a process running on a different server.

/sign

I'm working on remote systems only, and the debugging works perfect. I'm using SSH tunnels to let xDebug build a connection to my local eclipse, so the xdebug.remote_host stays 'localhost' in my case.

Getting eclipse to access the files on the remote fileserver will be much harder. I've tried using RSE myself but honestly I couldn't make head nor tail of it. If you manage to figure it out, I'd love to hear how you did it!

Actually, I didn't solve this at all. I'm using a local copy of all scripts for my Eclipse workspace. As long as you keep the local and remote sources synchronized (using rsync, WinSCP or other solutions), you should be fine.


Ciao Christian