Xdebug and multiple remote_hosts

I have an Apache server and I have configured on it Xdebug

. I set as xdebug.remote_host

my IP so it looks like this:

xdebug.remote_host=192.168.0.101

      

But I would like other computers to be able to use Xdebug

as well - how do I set multiple IP addresses from a local network?

+2


a source to share


1 answer


there is an article about multiuser debugging



+2


a source







All Articles