Xdebug with PHPStorm and a Docker container

风格不统一 提交于 2019-12-01 08:13:17

What is very strange that host is empty.

PhpStorm requires this field to be filled as it uses this to recognize what server entry (and therefore path mappings) to use -- IDE supports debugging the same code base running on different domains / remote servers.

In this particular case the servername field / parameter of your nginx configuration is empty. You can fix this by providing some value in nginx config file.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!