Answers for "how to install xdebugger in mac"

PHP
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