PhpStorm Debug设置

(*-*)浩
发布: 2020-01-03 14:17:00
原创
4723 人浏览过

PhpStorm Debug设置

php 环境开启xdebug                                            (推荐学习:phpstorm

cj-308.png

到php.ini 下面查看下 xdebug的配置信息

[xdebug]
zend_extension ="c:/wamp64/bin/php/php5.6.35/zend_ext/php_xdebug-2.5.5-5.6-vc11-x86_64.dll"
;xdebug.remote_enable = off
xdebug.profiler_enable = off
xdebug.profiler_enable_trigger = off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir ="c:/wamp64/tmp"
xdebug.show_local_vars=0
xdebug.remote_autostart = 1    # 这里加上远程自动开启,可以省去在浏览器中加载xdebug插件的步骤

xdebug.idekey=phpstorm
xdebug.remote_enable = On
xdebug.remote_host=localhost
;xdebug.remote_port默认值为9000,这里需要跟phpstorm配置一致,下面有说明
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.auto_trace = On
登录后复制

PhpStorm 配置debug设置

Language & Frameworks > PHP > Debug (把复选框选中去掉,端口默认9000)

cj-309.png

Language & Frameworks > PHP > Debug > Servers (添加多个可以调试的地址)

cj-310.png

开启PhpStorm Debug 监听连接

cj-311.png

以上是PhpStorm Debug设置的详细内容。更多信息请关注PHP中文网其他相关文章!

相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
作者最新文章
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板