Skip to content
Advertisement

xdebug installed successfully on linux but not working

I have installed and configured Xdebug on my Linux system, however, I can’t see “Xdebug” in my PHPinfo file despite enabling and when i put the phpinfo source code page in the xdebug wizard , shows me that: Xdebug installed: no

Have you any ideas on how to solve this issue?

JavaScript

Also, I added the following lines to the end of the php.ini file:

JavaScript

For the more information about the correct file to edit, i exactly edited this file that the directory is said in the following pic:

enter image description here

Advertisement

Answer

I was trying to install xdebug v3 with PHP v7.4 and it doesn’t install correctly for my system.

As i see this vide, i update my PHP version to 8 and try it again and my problem was solved now 🙂

https://www.youtube.com/watch?v=ZHdcx-MwxGs

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement