tags:

views:

23

answers:

1

Hello !

I've got an apache server and I configured on it Xdebug. I set as xdebug.remote_host my IP address so it looks like:

xdebug.remote_host=192.168.0.101

But I would like other computers also would be able to use Xdebug - how to set a few IP addresses from LAN ?

+1  A: 

there is an article about multi user debugging

Dormilich
Thanks !! , , ,
hsz
I took it from the XDebug Documentation *gg*
Dormilich