Client host setting doesn't work for Xdebug

Project:VS.Php for Visual Studio 2005
Component:Debugger
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

In the project settings, Debug > Advanced > General there are options for DBG client port number and host. I have noticed that in v2.4.1.4263 the client host setting is ignored when using Xdebug (but it works when using DBG).

It is possible to work around this by manually adding the following line to the php.ini:
[XDebug]
xdebug.remote_host = ...

I believe that to properly fix this issue, VS.Php need only add the above line when generating a php.ini for Xdebug.

Comments

    The problem is that

    The problem is that modifying the php.ini is not always possible.

    Probably, this setting should be hidden when XDebug is enabled.