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_h开发者_如何学编程ost=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 ?
there is an article about multi user debugging
精彩评论