我之前未能在ubuntu上安装此功能,现在对于Windows我不能正确理解this documentation。
我所做的是:
我设置了WampServer,升级到3.0.8,安装了自己的XDebug。当我phpinfo()时,我看到安装了XDebug。
我为Atom安装了php-debug个包。
我无法找到代码的位置(如下所示)所以我把它放在C:\wamp64\bin\php\php7.1.5
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
Listening on Port 9000
Closed
答案 0 :(得分:-1)
您需要在浏览器端启用cookie调试。您可以使用快捷按钮或浏览器添加来执行此操作。完成后,您可以打开或关闭调试。
如果您使用的是Firefox,请试试这个。 https://addons.mozilla.org/en-us/firefox/addon/the-easiest-xdebug/
我使用的是PHPStorm,因此在Atom中可能会有所不同,但我也会点击“收听传入连接”。按钮。寻找其中一个,并在Atom中切换它。