Question

I like to configure and check the code flow using the X-debug break-point, so followed the below tutorial and successfully configured the X-debug in my PHP-storm, I am using php-7.2

https://www.jetbrains.com/help/phpstorm/configuring-xdebug.html

Then I set some break point and trying to understand the flow of the coding, but when ever i reload the page, it always start working from index.php after the php.cs and php-cs-fixed.

I've tried lot but still i could't able to find the best way to make work the xdebug in my machine.

enter image description here

In my local I've installed the X-debug Version-2.9.8 and it's working fine. It's start from magentoroot/index.php then jump into the phpcs and php-cs-fixed file.

Thanks in advance for your great support

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top