加载失败 php_xdebug

Failed loading php_xdebug

我正在尝试配置 PhpStorm。实际上我正在安装 Xdebug,但是当我加载 php.exe 时,PhpStorm 说 "debugger not installed",好像它没有看到它,但它就在那里!

我的PHP版本是7.3.11,所以我下载xdebug-2.8

在提示中,写 php -v 我明白了:

Failed loading C:\php7\php_xdebug-2.8.0-7.3-vc15-nts-x86_64.dll PHP 7.3.11 (cli) (built: Oct 22 2019 11:20:18) ( ZTS MSVC15 (Visual C++ 2017) x64 )

我删除了 Visual C++ 2017 redistributable 并安装了 2015 版本,但我仍然遇到同样的错误。

要找出要下载的确切文件,请使用 wizard。这将引导您找到 Xdebug DLL 的正确变体。