phpstorm配置xdebug
摘要:
首先配置好xdebug 在php.ini里面加入以下配置(修改完注意重启apache或nginx): [xdebug] zend_extension="/usr/local/opt/php55-xdebug/xdebug.so" xdebug.remote_enable=On xdebug.remo 阅读全文
posted @ 2016-04-16 12:47 ImWillis 阅读(2480) 评论(5) 推荐(0) 编辑