美文网首页
(mac)php+Xdebug配置

(mac)php+Xdebug配置

作者: 一言不合拔萝卜 | 来源:发表于2016-12-07 12:41 被阅读124次

    史上最佳 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"

    改成,如上,能用了,以观后效.

    如果调试整个网站,不需要点击虫子按钮,直接开网站就会自动停在断点处.

    相关文章

      网友评论

          本文标题:(mac)php+Xdebug配置

          本文链接:https://www.haomeiwen.com/subject/atvdmttx.html