XAMPP 上未安装 Xdebug

Xdebug is not installed on XAMPP

我想安装 Xdebug,因为我的 PHP 版本是 7.4.8,我下载了 php_xdebug-3.0.2-7.4-vc15-nts-x86_64.dll 文件并将其放在 php\ext\ 文件夹中。

然后我打开 php.ini 并在末尾添加了这些行:

[XDebug]
zend_extension="F:\xampp\php\ext\php_xdebug-3.0.2-7.4-vc15-nts-x86_64.dll"
xdebug.remote_enable=On
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
xdebug.var_display_max_depth=15

之后我重新启动了 Apache 并打开了仪表板,但是 Xdebug 没有在那里显示,这意味着它还没有安装。

那么我现在应该怎么做才能正确安装它?

也许可以尝试使用经验证可在 XAMPP 仪表板中工作的旧版本 XDebug: https://xdebug.org/files/php_xdebug-2.9.7-7.4-vc15-x86_64.dll

如果这不起作用,那么此页面上可能有更多详细信息可以提供帮助: https://gist.github.com/odan/1abe76d373a9cbb15bed