shyim / shopware-docker

Easy to use Docker Installation for Shopware 5 and Shopware 6
MIT License
115 stars 27 forks source link

A wiki for setting up xdebug with phpstorm with this setup #83

Closed zaifastafa closed 3 years ago

zaifastafa commented 3 years ago

Is your feature request related to a problem? Please describe. I always end up at a breakpoint at index.php although there is none set there. Even if I step forward, it never reaches my breakpoint, and repeats after reaching kernel->handle().

image

Describe the solution you'd like A genereal wiki or guide on how to setup xdebug + phpstorm + swdc

Describe alternatives you've considered A wiki or guide about using it properly with the swdc setup would be great. Have tried different tutorials which all show different things. Some talk about creating Remote Debug, some talk about PHP script. Even then it does what I mentioned above, instead of stopping at my breakpoint.

shyim commented 3 years ago

I guess you have this option enabled

image

zaifastafa commented 3 years ago

Yeah I had this enabled 🤦🏼‍♂️