Zend Studio + XDebug 断点无效的问题

来源:互联网 发布:mac air sd卡 windows 编辑:程序博客网 时间:2024/06/14 11:26

最近开始用Zend Studio,使用过程中发现设置的断点无效。

查阅了一些资料之后发现是因为 php.ini 中的 xdebug.remote_host 设置成了localhost

解决办法是把这个配置项设置为本机的IP就可以了

xdebug.remote_host=192.168.0.106
原创粉丝点击