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
Anthony Bates edited this page Jul 27, 2017
·
4 revisions
What if I'm not hitting any breakpoints?
First check the local.env file and ensure it contains the following line under ## Xdebug configPHP_IDE_CONFIG=serverName={project-domain}.
The {project-domain} value is dynamic and takes the value of the project domain by default. If you require you can change the value of {project-domain} to another. For example if your server name was mage.dev your configuration value would look like PHP_IDE_CONFIG=serverName=mage.dev.