首页 新闻 会员 周边

mac+phpstorm+xdebug + xampp 调试无法停止断点问题

0
[待解决问题]

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无法停止到断点位置。??????

php
问题补充:

操作Tools --》 DBGpProxy--》Register IDE,,,失败提示:Xdebug proxy: Cannot connect to xdebug proxy on 'localhost:80'

亲福的主页 亲福 | 初学一级 | 园豆:40
提问于:2017-04-19 10:03
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册