We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I run: bash install_project.sh with small change in config.yml php_version: "7.2" Installed Xdebug version by default v2.7.0beta2-dev
bash install_project.sh
Following by instruction https://github.com/paliarush/magento2-vagrant-for-developers#debugging-with-xdebug I put breakpoint on first line index.php and open site in browser. Xdebug stop execution on first line correctly, but when I continue execution or go to another breakpoints endless loading is occurs.
How to fix: Install previous Xdebug version (v2.6.1 in my case). Follow instruction https://gist.github.com/natanfelles/20370d8e2b0def7f1e485787dd81ceb4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I run:
bash install_project.sh
with small change in config.yml php_version: "7.2"Installed Xdebug version by default v2.7.0beta2-dev
Following by instruction https://github.com/paliarush/magento2-vagrant-for-developers#debugging-with-xdebug I put breakpoint on first line index.php and open site in browser.
Xdebug stop execution on first line correctly, but when I continue execution or go to another breakpoints endless loading is occurs.
How to fix:
Install previous Xdebug version (v2.6.1 in my case). Follow instruction https://gist.github.com/natanfelles/20370d8e2b0def7f1e485787dd81ceb4
The text was updated successfully, but these errors were encountered: