Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Multiple Remote Hosts
Multiple Remote Hosts [message #45054] Wed, 22 August 2007 15:42 Go to next message
Eclipse UserFriend
I may be missing something obvious but it seems that for xdebug you can
only specify a single remote host within the php.ini file. There are 3
developers in my office who will all connect to the same server to debug
code. What happens in this case? Is it possible for multiple Eclipse PDT
debug clients to connect to the same server from different IP addresses?

Many thanks,

Charles
Re: Multiple Remote Hosts [message #45079 is a reply to message #45054] Wed, 22 August 2007 15:55 Go to previous messageGo to next message
D Kelsey is currently offline D KelseyFriend
Messages: 232
Registered: July 2009
Senior Member
Hi Charles. The DBGp specification (which xdebug implements) describes a proxy
system to allow you to do what you want. Currently the xdebug support in PDT
doesn't support proxys and the other problem is finding a proxy implementation
(I believe there are 1 or 2 available somewhere).

The idea is that your server always connects to the proxy, and more than 1
IDE can connect to the proxy.

Dave Kelsey

Charles Harley wrote:
> I may be missing something obvious but it seems that for xdebug you can
> only specify a single remote host within the php.ini file. There are 3
> developers in my office who will all connect to the same server to debug
> code. What happens in this case? Is it possible for multiple Eclipse PDT
> debug clients to connect to the same server from different IP addresses?
>
> Many thanks,
>
> Charles
Re: Multiple Remote Hosts [message #51163 is a reply to message #45079] Thu, 13 September 2007 17:09 Go to previous message
Jacob Weber is currently offline Jacob WeberFriend
Messages: 39
Registered: July 2009
Member
I'll cast another vote for this one. So this means we would have to set up a
proxy server somewhere on our network, to handle these requests?
Jacob


"Dave Kelsey" <dkel50@hotmail.com> wrote in message
news:fahm8o$4fb$1@build.eclipse.org...
> Hi Charles. The DBGp specification (which xdebug implements) describes a
> proxy
> system to allow you to do what you want. Currently the xdebug support in
> PDT
> doesn't support proxys and the other problem is finding a proxy
> implementation
> (I believe there are 1 or 2 available somewhere).
>
> The idea is that your server always connects to the proxy, and more than 1
> IDE can connect to the proxy.
>
> Charles Harley wrote:
>> I may be missing something obvious but it seems that for xdebug you can
>> only specify a single remote host within the php.ini file. There are 3
>> developers in my office who will all connect to the same server to debug
>> code. What happens in this case? Is it possible for multiple Eclipse PDT
>> debug clients to connect to the same server from different IP addresses?
Previous Topic:Next milestone or RC?
Next Topic:Bug: Eclipse locks up completely when expanding a minimized PHP Explorer after Eclipse has been laun
Goto Forum:
  


Current Time: Thu Apr 25 09:13:55 GMT 2024

Powered by FUDForum. Page generated in 0.03647 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top