1

I'm trying to configure PhpStorm. Actually I'm installing Xdebug, but when I load the php.exe, PhpStorm says "debugger not installed", as if it doesn't see it, but it's there!

My PHP version is 7.3.11, so I download xdebug-2.8

In the prompt, writing php -v I get this:

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 )

I removed the Visual C++ 2017 redistributable and install 2015 version, but I still get the same error.

4
  • 3
    Did you try installing the Thread Safe Version (TS) and not (NTS) Commented Nov 22, 2019 at 11:56
  • it is the safe version Commented Nov 22, 2019 at 11:58
  • 4
    No.... Read the message C:\php7\php_xdebug-2.8.0-7.3-vc15->>>>nts<<<<-x86_64.dll Commented Nov 22, 2019 at 11:59
  • ah yeah! you're right Commented Nov 22, 2019 at 12:01

1 Answer 1

4

To find out which exact file to download, please use the wizard. This will direct you towards the correct variant of the Xdebug DLL.

Sign up to request clarification or add additional context in comments.

1 Comment

This worked well :-)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.