您的位置:首页 > 编程语言 > PHP开发

Mac下PHPstorm的xdebug配置

2015-06-24 14:39 561 查看



xdebug路径:/usr/local/etc/php/5.6/conf.d/ext-xdebug.ini

[xdebug]
zend_extension="/usr/local/Cellar/php56-xdebug/2.3.2/xdebug.so"//xdebug.so的路径
xdebug.remote_enable =1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "localhost"
xdebug.remote_mode = "req"
xdebug.remote_port = 9000//这里很多是写的9001,但是不得行
xdebug.idekey="PHPSTORM"
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: