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().
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.
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()
.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.