How to install xdebug in centos 7?

I am using centos 7 & apache server, for remote debug purpose in VS Code how to install and configure xdebug in Live GoDaddy VPS server?

PHP version : 5.6

yum update
yum install xdebug-bin

than just edit /etc/xdebug/global.conf, save it and dont forget to systemctl xdebud restart

2 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.