Installing Xdebug on MacOS (M1 chip)

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 7

  • @oardi
    @oardi 8 месяцев назад +2

    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

    • @davidjaimez4075
      @davidjaimez4075 4 месяца назад

      go to the path and manually create the folders then go to install

  • @davidjaimez4075
    @davidjaimez4075 4 месяца назад

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

  • @rizzoalessandro3450
    @rizzoalessandro3450 2 месяца назад

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

  • @rianlucas3359
    @rianlucas3359 8 месяцев назад

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

  • @neverGonnaGiveYouUp-
    @neverGonnaGiveYouUp- 10 месяцев назад

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

  • @AngeloCarlotto
    @AngeloCarlotto 3 месяца назад

    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.