Xdebug-无法接受外部Xdebug连接:无法评估表达式'isset($ _ SERVER ['PHP_IDE_CONFIG'])'

时间:2018-11-27 11:28:07

标签: ubuntu phpstorm xdebug

phpinfo

can not config error

Debug config

validation on xdebug

  

无法接受外部Xdebug连接:无法计算表达式isset($_SERVER['PHP_IDE_CONFIG'])

在xdebug.ini文件中

  zend_extension=xdebug.so
  xdebug.show_error_trace = 1
  xdebug.remote_enable=1
  xdebug.remote_port=9000
  xdebug.profiler_enable=1
  xdebug.remote_handler="dbgp"
  xdebug.idekey="PHPSTORM"
  xdebug.remote_autostart=1
  xdebug.remote_connect_back=1

我可以配置错误...

我正在使用Ubuntu,PhpStorm,Xdebug

我该如何解决?

0 个答案:

没有答案