phpstorm xdebug本地调试

发布时间:2017-11-07 18:56:16 阅读:953次

phpstorm php环境 xdebug同一台服务器

1、php.ini配置xdebug

[xdebug]
xdebug.remote_enable = on
xdebug.profiler_enable = off
xdebug.profiler_enable_trigger = off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir = "D:/wamp/tmp"
xdebug.show_local_vars=0
xdebug.idekey = PHPSTORM
xdebug.remote_port = 9010








如有问题,可以QQ搜索群1028468525加入群聊,欢迎一起研究技术

支付宝 微信

有疑问联系站长,请联系QQ:QQ咨询

转载请注明:phpstorm xdebug本地调试 出自老鄢博客 | 欢迎分享