You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When performing the setup to use the zero config debugging of PHPStorm we should make a note that the server name "must match" the host name.
Recently when I was reconfiguring a project to use the zero configuration debugging, after an upgrade to Altis 6, Xdebug stopped working due to the name not using the exact host name. The current docs mention that the name should be the same as the host name but it should be explicit that it needs to match. This probably would have not been an issue on a new setup but was something I glanced over since it was working prior to the upgrade.
The text was updated successfully, but these errors were encountered:
When performing the setup to use the zero config debugging of PHPStorm we should make a note that the server name "must match" the host name.
Recently when I was reconfiguring a project to use the zero configuration debugging, after an upgrade to Altis 6, Xdebug stopped working due to the name not using the exact host name. The current docs mention that the name should be the same as the host name but it should be explicit that it needs to match. This probably would have not been an issue on a new setup but was something I glanced over since it was working prior to the upgrade.
The text was updated successfully, but these errors were encountered: