php 调试 phpcharm,php开发最强大的IDE编辑的phpstorm 2020.2配置Xdebug调试的详细教程...

时间:2020年8月15日10:25:47

Xdebug插件安装省略,自己百度安装,win和linux环境安装方式不一样。

注意和php版本匹配

1、phpinfo信息

fe6ffd7bd6f967a107f4a58245030475.png

2、php.ini配置

[xdebug]

zend_extension=/usr/lib64/php/modules/xdebug.so

xdebug.remote_enable =1

xdebug.profiler_enable = On

xdebug.auto_trace=On

xdebug.profiler_enable_trigger = On

xdebug.profiler_output_name = cachegrind.out.%t.%p

xdebug.remote_handler ="dbgp"

xdebug.remote_host ="172.16.6.44"

xdebug.remote_mode ="req"

xdebug.remote_port =9000

xdebug.idekey = "PHPSTORM"

xdebug.remote_autostart = 1

;xdebug.remote_connect_back = 1

; If openssl.cafile is not specified or if the CA file is not found, the

; directory pointed to by openssl.capath is searched for a suitable

; certificate. This value must be a correctly hashed certificate directory.

; Most users should not specify a value for this directive as PHP will

; attempt to use the OS-managed cert stores in its absence. If specified,

; this value may still be overridden on a per-stream basis via the "capath"

; SSL stream context option.

;openssl.capath=

; Local Variables:

; tab-width: 4

; End:

xdebug.var_display_max_children=10240

xdebug.var_display_max_data=10240

xdebug.var_display_max_depth=10240

3、当然你的xdebug.so扩展也要安装起来。

55dfde5e15383ebcf587cca6eef1f4cb.png

4、编辑器phpstorm配置

b4ad7b29f7b6ddc5049a3f15d44d0e05.png

setting配置

6fc9c8d99174193ff395e2f23bc757ef.png

端口和ini中配置的一样

7296e8d2bda775e37fb6a523670a1e75.png

本机IP配置,虚拟机的IP是192.168.99.26

e973acbae497e501deaac89965cd0bcd.png

61d4542003c3a32ca23ed8a951a24599.png

输出窗口信息

f9899783dbec9a142b8e9b0be414ee25.png

代码界面输出

0ca587be40d635e3bb1329f72c5b3c60.png

7099c6d24c5f825d8c538d1b16706ce1.png

1.首先检查phpstorm的xdebug配置

->这里的debug port要和php.ini里面的 xdebug.remote_port相一致!默认是9000,如果9000端口被占用的话,可以改成其他 端口。

4.开始使用断点调试

-〉开启调试(phpstrom)

1、设置断点

b9ca4df3cd7a2c78c8a84cadb1bf007e.png

F9跳出

F8下一步

->浏览器增加开启和关闭按钮

a472fe7cc236ee35e7628ce5a11c31bf.png

-〉在代码中打断点,运行访问该页面的url

浏览器开启调试,然后刷新页面即可。

总结

到此这篇关于php开发最强大的IDE编辑的phpstorm 2020.2配置Xdebug调试的文章就介绍到这了,更多相关phpstorm调试配置 Xdebug内容请搜索我们以前的文章或继续浏览下面的相关文章希望大家以后多多支持我们!

时间: 2020-08-16

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值