PhpStorm is not receiving xdebug connections : PhpStorm event log : Cannot evaluate expression 'isset($_SERVER['PHP_IDE_CONFIG'])'

后端 未结 7 1178
时光说笑
时光说笑 2020-12-09 02:28

I configured everything for PhpStorm and xdebug to work, I\'m running Ubuntu 14.04.

the connection back to the IDE is not established, and I get this in the IDE eve

7条回答
  •  萌比男神i
    2020-12-09 02:50

    Also same error if you missed to set environment variable in docker-compose.yml for your workspace configuration:

    workspace: build: environment: - PHP_IDE_CONFIG=${PHP_IDE_CONFIG}

提交回复
热议问题