Installing xdebug for use on remote server

Installing xdebug for use on remote server

I used instructions found in the PHPStorm docs with the xdebug3 set of code. I’m just going to mention some specifics that aren’t listed in the PHPStorm docs or that I found particularly key. Setting up an SSH tunnel https://www.jetbrains.com/help/phpstorm/remote-debugging-via-ssh-tunnel.html#set-up-an-ssh-tunnel-to-the-remote-machine This sets up a way for your remote server to talk to your local computer. … Continued