温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

php的IDE编辑的phpstorm 2020.2配置Xdebug怎么调试

发布时间:2021-03-05 15:35:21 来源:亿速云 阅读:177 作者:TREX 栏目:开发技术

这篇文章主要介绍“php的IDE编辑的phpstorm 2020.2配置Xdebug怎么调试”,在日常操作中,相信很多人在php的IDE编辑的phpstorm 2020.2配置Xdebug怎么调试问题上存在疑惑,小编查阅了各式资料,整理出简单好用的操作方法,希望对大家解答”php的IDE编辑的phpstorm 2020.2配置Xdebug怎么调试”的疑惑有所帮助!接下来,请跟着小编一起来学习吧!

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

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

注意和php版本匹配

1、phpinfo信息

php的IDE编辑的phpstorm 2020.2配置Xdebug怎么调试

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扩展也要安装起来。

php的IDE编辑的phpstorm 2020.2配置Xdebug怎么调试

4、编辑器phpstorm配置

php的IDE编辑的phpstorm 2020.2配置Xdebug怎么调试

setting配置

php的IDE编辑的phpstorm 2020.2配置Xdebug怎么调试

端口和ini中配置的一样

php的IDE编辑的phpstorm 2020.2配置Xdebug怎么调试

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

php的IDE编辑的phpstorm 2020.2配置Xdebug怎么调试

php的IDE编辑的phpstorm 2020.2配置Xdebug怎么调试

输出窗口信息

php的IDE编辑的phpstorm 2020.2配置Xdebug怎么调试

代码界面输出

php的IDE编辑的phpstorm 2020.2配置Xdebug怎么调试

php的IDE编辑的phpstorm 2020.2配置Xdebug怎么调试

1.首先检查phpstorm的xdebug配置

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

4.开始使用断点调试

-〉开启调试(phpstrom)

1、设置断点

php的IDE编辑的phpstorm 2020.2配置Xdebug怎么调试

F9跳出

F8下一步

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

https://www.jetbrains.com/phpstorm/marklets/

php的IDE编辑的phpstorm 2020.2配置Xdebug怎么调试

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

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

总结

到此,关于“php的IDE编辑的phpstorm 2020.2配置Xdebug怎么调试”的学习就结束了,希望能够解决大家的疑惑。理论与实践的搭配能更好的帮助大家学习,快去试试吧!若想继续学习更多相关知识,请继续关注亿速云网站,小编会继续努力为大家带来更多实用的文章!

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI