Installing Xdebug on MacOS (M1 chip)

preview_player
Показать описание
Xdebug is awesome! Hopefully this video helps you install it :)
Рекомендации по теме
Комментарии
Автор

For anyone having troubles installing xdebug on MacOS:
I had the problem that the build process was successful but it could not create the file or folder.
Which did result in an error "Warning: mkdir(): File exists in System.php on line 294".
I did read up some answers on this problem.

The solution was to run: "mkdir /opt/homebrew/lib/php/pecl".

Thanks for the video

oardi
Автор

Thank you my friend! After watching many tutorials, I was actually able to get the debugger set up and working.

davidjaimez
Автор

Thanks man, I tried other tutorials but only your has worked for me.

rianlucas
Автор

very good tutorial, the only one among others that actually worked

rizzoalessandro
Автор

Thanks! I've tried so many tutorials but failed and just successfully running xdebug using your tutorial

neverGonnaGiveYouUp-
Автор

GReat content. It is little trick, this .ini file. I runed several times the command to install, and didnt noticed that was added several times on .ini file zend_extenxion=xdebug. Even i running the uninstall comand the line wasnt removed. Took me a while until i figured it out. So make sure there is only one line of it.

AngeloCarlotto