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
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
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.