PHP.ini配置
[Xdebug]
zend_extension="D:\phpstudy_pro\Extensions\php\php5.5.9nts\ext\php_xdebug.dll"
xdebug.remote_enable=1
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_autostart=1
xdebug.idekey=PHPSTORM
不要勾映射

关掉zend外连

PHP.ini配置
[Xdebug]
zend_extension="D:\phpstudy_pro\Extensions\php\php5.5.9nts\ext\php_xdebug.dll"
xdebug.remote_enable=1
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_autostart=1
xdebug.idekey=PHPSTORM
不要勾映射

关掉zend外连
