php instal xdebug mac

# intel hardware
pecl install xdebug

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