We see how to run and connect xDebug from within a container to PHPStorm
See how to configure PHPStorm and Xdebug (in a container) to communicate with eachother.
We automate the setting of the remote_host
configuration, ensuring it's correct whenever we spin up a new container.
We see how we can enable or disable the Xdebug PHP module based on the application environment.