
IDE
JeremyYu66
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
安装Zend Studio 13.5报错:0x80070666
安装Zend Studio 13.5的时候,报了个错:One or more issues caused the setup to fail.Please fix the issues and then retry setup.Formore infomation see the log file.0x80070666 - 已安装这个产品的另一个版本,这个版本无法继续安装。要配置或删除这个产品的现有原创 2017-05-31 09:55:27 · 3992 阅读 · 0 评论 -
Zend Studio + XDebug 断点无效的问题
最近开始用Zend Studio,使用过程中发现设置的断点无效。 查阅了一些资料之后发现是因为 php.ini 中的 xdebug.remote_host 设置成了 localhost 解决办法是把这个配置项设置为本机的IP就可以了xdebug.remote_host=192.168.0.106原创 2017-06-02 11:48:13 · 700 阅读 · 0 评论 -
Zend Studio + XDebug 断点无效的问题
最近开始用Zend Studio,使用过程中发现设置的断点无效。 查阅了一些资料之后发现是因为 php.ini 中的 xdebug.remote_host 设置成了localhost解决办法是把这个配置项设置为本机的IP就可以了xdebug.remote_host=192.168.0.106原创 2017-06-02 11:50:08 · 483 阅读 · 0 评论