phpstorm + xdebug调试php

2017-07-04  本文已影响10人  yuditxj

在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

上一篇下一篇

猜你喜欢

热点阅读