史上最佳 Mac+PhpStorm+XAMPP+Xdebug 集成开发和断点调试环境的配置
按照上面配了,第一天有效,第二天又无效了.参看官网和stackoverflow
[xdebug]
zend_extension=/Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20131226/xdebug.so
xdebug.remote_enable=1
xdebug.remote_autostart=on
xdebug.remote_log="/var/log/xdebug.log"
xdebug.remote_port=10688
xdebug.remote_handler="dbgp"
xdebug.idekey="PhpStorm"
改成,如上,能用了,以观后效.
如果调试整个网站,不需要点击虫子按钮,直接开网站就会自动停在断点处.
网友评论