I'm currently trying to debug an Symfony 2 powered application using XDebug on my local home server. Everything appears to be set up correctly as I'm able to set breakpoints within the app_dev.php file and step through them accordingly.
However any breakpoints set within a bundle's controller get ignored.
The corresponding URL is http://myapp.local/product-name/
Does anyone know what could be causing the breakpoint to be skipped?
Thank you.