markdown Xdebug - Docker M2

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Xdebug - Docker M2相关的知识,希望对你有一定的参考价值。

`docker-compose exec php /bin/bash`

`XDEBUG_CONFIG="idekey=phpstorm" PHP_IDE_CONFIG="serverName=docker" php -d xdebug.remote_enable=1 -d xdebug.remote_port=9000 -d xdebug.remote_host=10.0.0.136 -d xdebug.remote_mode=req -d xdebug.remote_connect_back=0 bin/magento app:config:import`

以上是关于markdown Xdebug - Docker M2的主要内容,如果未能解决你的问题,请参考以下文章

Xdebug+ZendStudio配置

Swoole 如何使用 Xdebug 进行单步调试

phpstorm+Xdebug断点调试PHP 超好用!!!

CentOS 下给 php 安装 Xdebug 扩展

PHPStorm + Homestead + Xdebug + Chrome Xdebug Helper 调试配置

本地xdebug调试搭建 Laravel+homestead+phpstorm