phpstorm+xdebug详解

phpstorm+xdebug详解

run->edit configurations          (推荐学习:phpstorm详解

phpstorm+xdebug详解StartUrl最好是网址,不然容易出错,Server选择的是配置时添加的Servers

Chrome谷歌浏览器的扩展我安装了两个,并且都开启了

JetBrains IDE Support、xdebug helper for chrome

立即学习PHP免费学习笔记(深入)”;

phpstorm+xdebug详解访问页面准备进入断点时,phpstorm报错:

Cannot accept external Xdebug connection: Cannot evaluate expression'isset($_SERVER['PHP_IDE_CONFIG'])';

导致此问题的一个可能原因是:服务器端的php.ini中配置了:

extension=/path/xdebug.so

应该只保留下面一个:

zend_extension=/path/xdebug.so

另外端口9000最好改成9001,phpstorm和xdebug要同步,IDEkey同理,要保持一致

phpstorm+xdebug详解phpstorm+xdebug详解phpstorm+xdebug详解

以上就是

© 版权声明
THE END
喜欢就支持一下吧
点赞12 分享