“Cómo instalar xdebug” Código de respuesta

xdebug ubuntu

sudo apt install php-xdebug
Matthijsmgj

PHP Instalar xdebug Mac

# intel hardware
pecl install xdebug

# M1 hardware
arch -x86_64 sudo pecl install xdebug
Sleepy Squirrel

Cómo instalar xdebug en Windows

// download:
https://xdebug.org/wizard.php

// run command in terminal:
php -i

// and follow below link:
https://www.dorusomcutean.com/install-xdebug-windows-phpstorm/
Mappy Show

Cómo instalar xdebug

install with https://github.com/xdebug/xdebug

or

sudo apt install php-xdebug
Nutty Nightingale

Respuestas similares a “Cómo instalar xdebug”

Preguntas similares a “Cómo instalar xdebug”

Más respuestas relacionadas con “Cómo instalar xdebug” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código