美文网首页
phpstorm + xdebug调试php

phpstorm + xdebug调试php

作者: yuditxj | 来源:发表于2017-07-04 16:38 被阅读10次

    在php.init查找

    [xdebug]

    zend_extension="/Applications/MAMP/bin/php/php5.6.10/lib/php/extensions/no-debug-non-zts-20131226/xdebug.so"

    xdebug.remote_enable = On

    xdebug.remote_handler = dbgp

    xdebug.remote_host= localhost

    xdebug.remote_port = 9000

    xdebug.idekey = PHPSTORM

    相关文章

      网友评论

          本文标题:phpstorm + xdebug调试php

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