Answers for "xdebug install"

PHP
3

xdebug ubuntu

sudo apt install php-xdebug
Posted by: Guest on July-09-2020
1

php install xdebug mac

# intel hardware
pecl install xdebug

# M1 hardware
arch -x86_64 sudo pecl install xdebug
Posted by: Guest on July-30-2021

Browse Popular Code Answers by Language