phpstorm + xdebug调试php

在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_第1张图片
phpstorm + xdebug调试php_第2张图片
phpstorm + xdebug调试php_第3张图片

你可能感兴趣的:(phpstorm + xdebug调试php)