1、xampp 可以正常启动
2、phpstorm配置
3、chrome 也安装啦插件xdebug helper
4、php.ini配置xdebug
[xdebug]
zend_extension="/Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20131226/xdebug.so"
xdebug.profiler_append = 0
xdebug.profiler_enable = on
xdebug.profiler_enable_trigger = 0
xdebug.remote_autostart=on
xdebug.remote_enable=on
xdebug.remote_mode="req"
xdebug.remote_log="/var/tmp/xdebug.log"
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
xdebug.idekey= "PHPSTROM"
xdebug.auto_trace = 1
最后,点击爬虫调试,监听开启。phpstorm无法停止到断点位置。??????
操作Tools --》 DBGpProxy--》Register IDE,,,失败提示:Xdebug proxy: Cannot connect to xdebug proxy on 'localhost:80'