phpstorm-2016.3

phpStorm debugger not stopping on lines in my new service-container marked with a break-point, but it does in controllers and included files

大憨熊 提交于 2020-02-06 08:05:07
问题 Using Symfony v2.8 and phpStorm v2016 3.3, I am currently able to run x-debugger on my controller files located in the .../src/AppBundle/Controller directory and the include/require files located in subdirectories located below the Controller directory. Recently, I added a Service directory to .../src/AppBundle , and create, configure, and successfully execute an example service container that I found in the Symfony documentation, but I couldn't run x-debugger from phpStorm on the code in new