Xdebug 和一些remote_hosts
我有一个 apache 服务器,并在其上配置了 Xdebug
。 我将我的 IP 地址设置为 xdebug.remote_host
,如下所示:
xdebug.remote_host=192.168.0.101
但我希望其他计算机也能够使用 Xdebug
- 如何设置一些 IP 地址局域网?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一篇关于多用户调试的文章
there is an article about multi user debugging