Eclipse XDebug配置
http://xdebug.org/wizard.php
来输入拷贝的phpinfo信息来检测该下载哪个版本文件。
php.ini末尾添加如下配置:
注意:remote_autostart为on时,浏览器每次访问时eclipse会自动断点调试(非Debug模式也会)。
Eclise的调试配置自己折腾。
来输入拷贝的phpinfo信息来检测该下载哪个版本文件。
php.ini末尾添加如下配置:
注意:remote_autostart为on时,浏览器每次访问时eclipse会自动断点调试(非Debug模式也会)。
Eclise的调试配置自己折腾。
为啥不用ZendDebugger?
如果你的php版本是5.3以上,且是thread safe的,那么不要浪费你的时间做尝试,建议你直接改用XDebug吧。以下官方给出的解释。
The Debugger we provide supports only the non-thread-safe architecture, that is why it does not load in your configuration.Zend stopped supporting the thread safe architecture when Microsoft also decided to implement its PHP engine with the fast-cgi architecture which means non-thread-safe.Best regards,Massi.
对我有用
(3)
100%
没啥用
(0)
0%
上一篇:十张图读懂 PHP、Python、 Ruby 三大语言的差异
下一篇:探讨nginx与php-fpm是不是以多进程多线程方式运行的