Open dmytrunets opened 6 years ago
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
I run:
bash install_project.sh
with small change in config.yml php_version: "7.2" Installed Xdebug version by default v2.7.0beta2-devFollowing 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