How to setup remote debugging on VS code

Hi Everyone, Recently, I was struggling to set up remote debugging on VS code and I thought my experience can help someone. So here is the steps for so. Install VS code Install Xdebug on your system. click here for instructions. Add xdebug config to php.ini filesInstall PHP debug on VS code . click here …