我是靠谱客的博主 忐忑流沙,最近开发中收集的这篇文章主要介绍phpstorm配置docker+xdebug,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

xdebug.ini配置

zend_extension=xdebug.so
xdebug.mode=debug
xdebug.idekey="PHPSTORM"
xdebug.XDEBUG_SESSION="PHPSTORM"
xdebug.start_with_request = yes
xdebug.remote_enable=1
xdebug.profiler_enable=1
xdebug.profiler_enable_trigger=1
; 宿主机的ip
;xdebug.client_host=docker.for.mac.localhost
xdebug.client_host=192.168.0.1
xdebug.client_port=9003
xdebug.remote_handler="dbgp"
xdebug.var_display_max_children=128
xdebug.var_display_max_data=512
xdebug.var_display_max_depth=20

phpstorm配置docker
在这里插入图片描述
phpstorm配置server
在这里插入图片描述

不加--env PHP_IDE_CONFIG=serverName=localhost debug时会报:Cannot find file '/var/www/bin/start.php' locally.

最后

以上就是忐忑流沙为你收集整理的phpstorm配置docker+xdebug的全部内容,希望文章能够帮你解决phpstorm配置docker+xdebug所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(60)

评论列表共有 0 条评论

立即
投稿
返回
顶部