概述
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所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复