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

吾爱主题 阅读:167 2021-10-22 14:26:00 评论:0

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

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

注意和php版本匹配

1、phpinfo信息

2、php.ini配置

  1. [xdebug] 
  2. zend_extension=/usr/lib64/php/modules/xdebug.so 
  3. xdebug.remote_enable =1 
  4. xdebug.profiler_enable = On 
  5. xdebug.auto_trace=On 
  6. xdebug.profiler_enable_trigger = On 
  7. xdebug.profiler_output_name = cachegrind.out.%t.%p 
  8. xdebug.remote_handler ="dbgp" 
  9. xdebug.remote_host ="172.16.6.44" 
  10. xdebug.remote_mode ="req" 
  11. xdebug.remote_port =9000 
  12. xdebug.idekey = "PHPSTORM" 
  13. xdebug.remote_autostart = 1 
  14. ;xdebug.remote_connect_back = 1 
  15. ; If openssl.cafile is not specified or if the CA file is not found, the 
  16. ; directory pointed to by openssl.capath is searched for a suitable 
  17. ; certificate. This value must be a correctly hashed certificate directory. 
  18. ; Most users should not specify a value for this directive as PHP will 
  19. ; attempt to use the OS-managed cert stores in its absence. If specified, 
  20. this value may still be overridden on a per-stream basis via the "capath" 
  21. ; SSL stream context option. 
  22. ;openssl.capath= 
  23.   
  24. ; Local Variables: 
  25. ; tab-width: 4 
  26. ; End: 
  27.   
  28. xdebug.var_display_max_children=10240 
  29. xdebug.var_display_max_data=10240 
  30. xdebug.var_display_max_depth=10240 

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

4、编辑器phpstorm配置

setting配置

端口和ini中配置的一样

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

输出窗口信息

代码界面输出

1.首先检查phpstorm的xdebug配置

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

4.开始使用断点调试

-〉开启调试(phpstrom)

1、设置断点

f9跳出

f8下一步

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

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

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

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

总结

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

原文链接:https://blog.csdn.net/php_xml/article/details/108018926

可以去百度分享获取分享代码输入这里。
声明

1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

【腾讯云】云服务器产品特惠热卖中
搜索
标签列表
    关注我们

    了解等多精彩内容