paliarush / magento2-vagrant-for-developers

Vagrant Box for Magento 2 Developers
MIT License
447 stars 165 forks source link

Xdebug issue on latest versions #211

Open dmytrunets opened 6 years ago

dmytrunets commented 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

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