如何在Wampserver上为Atom工作进行php-debug扩展

时间:2017-05-23 11:52:12

标签: php wamp wampserver xdebug atom-editor

我之前未能在ubuntu上安装此功能,现在对于Windows我不能正确理解this documentation

我所做的是:

  • 我设置了WampServer,升级到3.0.8,安装了自己的XDebug。当我phpinfo()时,我看到安装了XDebug。

  • 我为Atom安装了php-debug个包。

  • 我无法找到代码的位置(如下所示)所以我把它放在C:\wamp64\bin\php\php7.1.5

  • 中的php.ini中
xdebug.remote_enable=1
xdebug.remote_host=127.0.0.1
xdebug.remote_connect_back=1    # Not safe for production servers
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_autostart=true
  • Atom上的PHP调试控制台不允许我按下按钮。放置断点并不会影响任何事情。 Atom上的PHP控制台只说明了这一点:Listening on Port 9000 Closed

1 个答案:

答案 0 :(得分:-1)

您需要在浏览器端启用cookie调试。您可以使用快捷按钮或浏览器添加来执行此操作。完成后,您可以打开或关闭调试。

如果您使用的是Firefox,请试试这个。 https://addons.mozilla.org/en-us/firefox/addon/the-easiest-xdebug/

我使用的是PHPStorm,因此在Atom中可能会有所不同,但我也会点击“收听传入连接”。按钮。寻找其中一个,并在Atom中切换它。